signal mommy

This commit is contained in:
Tao Tien 2024-11-08 21:26:16 -08:00
parent 1fa23239ee
commit adb4a2868f
3 changed files with 4 additions and 0 deletions

View file

@ -177,6 +177,7 @@
];
};
nixpkgs.config = {allowUnfree = true;};
nix.nixPath = ["nixpks=${pkgs.path}"];
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
system.stateVersion = lib.mkDefault "23.05";