Use unstable nix tool

This commit is contained in:
2022-08-18 23:15:50 +02:00
parent 84429fca90
commit 3f7f9ceead
3 changed files with 41 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
{ pkgs, config, inputs, secrets, ... }:
{ pkgs, unstable-pkgs, config, inputs, secrets, ... }:
let
inherit (pkgs) lib;
# inherit (specialArgs) machineVars;
@@ -10,7 +10,7 @@ in {
};
nix = {
package = pkgs.nixFlakes;
package = unstable-pkgs.nixFlakes;
distributedBuilds = config.networking.hostName != "Tsuki";
binaryCaches = [
"https://cache.nixos.org/"