mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
flake updates
This commit is contained in:
parent
be735ec0e7
commit
dd60c40217
5 changed files with 44 additions and 60 deletions
|
@ -15,7 +15,6 @@
|
|||
url = github:nix-community/home-manager;
|
||||
inputs = {
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
utils.follows = "flake-utils";
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -41,6 +40,8 @@
|
|||
hyprland = {
|
||||
url = github:hyprwm/Hyprland;
|
||||
inputs = {
|
||||
# temp disable cache cause of glibc mismatch
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
xdph.follows = "xdph";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue