chore: update flake.lock

This commit is contained in:
matt1432 2024-05-04 20:43:07 -04:00
parent e56ccb5a97
commit d649c7cee5
6 changed files with 42 additions and 47 deletions

View file

@ -30,15 +30,7 @@
boot.tmp.useTmpfs = true;
nix = {
# FIXME: https://github.com/nix-community/home-manager/issues/4692#issuecomment-2054003365
package = pkgs.nixVersions.unstable.overrideAttrs (o: {
src = pkgs.fetchFromGitHub {
owner = "NixOS";
repo = "nix";
rev = "60824fa97c588a0faf68ea61260a47e388b0a4e5";
sha256 = "10z/SoidVl9/lh56cMLj7ntJZHtVrumFvmn1YEqXmaM=";
};
});
package = pkgs.nixVersions.nix_2_21;
# Edit nix.conf
settings = {