parent
e56ccb5a97
commit
d649c7cee5
6 changed files with 42 additions and 47 deletions
common
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue