diff options
author | Jeschli <jeschli@gmail.com> | 2019-11-14 15:54:06 +0100 |
---|---|---|
committer | Jeschli <jeschli@gmail.com> | 2019-11-14 15:54:06 +0100 |
commit | ebc0a63cb7115c80b71a45b6e9959452f567ff1e (patch) | |
tree | 1162bb8a8b51d65b2ed522efca0933b89049634a | |
parent | d1696783866c47f66a64a808fc91f49f9181bae8 (diff) |
j krops: fix unstable
-rw-r--r-- | jeschli/krops.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jeschli/krops.nix b/jeschli/krops.nix index 9a8a76676..59edd4273 100644 --- a/jeschli/krops.nix +++ b/jeschli/krops.nix @@ -11,7 +11,7 @@ nixos-config.symlink = "stockholm/jeschli/1systems/${name}/config.nix"; nixpkgs-unstable.git = { url = "https://github.com/nixos/nixpkgs-channels"; - ref = "nixos-unstable"; + ref = (lib.importJSON ../krebs/nixpkgs-unstable.json).rev; }; secrets = if test then { file = toString ./2configs/tests/dummy-secrets; |