Skip to content

Commit

Permalink
fix: build issues (devenv must not follow nixpkgs)
Browse files Browse the repository at this point in the history
  • Loading branch information
not-matthias committed May 17, 2024
1 parent d1fd06c commit f57c335
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 13 deletions.
38 changes: 27 additions & 11 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
};
devenv = {
url = "github:cachix/devenv/latest";
inputs.nixpkgs.follows = "nixpkgs";
# inputs.nixpkgs.follows = "nixpkgs";
};

hyprland = {
url = "github:hyprwm/Hyprland";
url = "git+https://github.com/hyprwm/Hyprland?submodules=1";
inputs.nixpkgs.follows = "nixpkgs";
};
};
Expand Down

0 comments on commit f57c335

Please sign in to comment.