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 | 3d107442111b7ce751331d6c4ab4aa270da18420 (patch) | |
| tree | 76ffb1cdfd1b423ce91fa29a67a70515ca7c02e9 | |
| parent | da432625d9b01377b7922376c27038c248a6553e (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 9a8a766..59edd42 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; |
