flake updates

This commit is contained in:
Rouven Seifert 2023-04-16 13:43:30 +02:00
parent be735ec0e7
commit dd60c40217
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
5 changed files with 44 additions and 60 deletions

View file

@ -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";
};
};