diff options
| -rw-r--r-- | lass/source.nix | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lass/source.nix b/lass/source.nix index bf992d4d2..403156000 100644 --- a/lass/source.nix +++ b/lass/source.nix @@ -10,7 +10,7 @@ in        nixos-config.symlink = "stockholm/lass/1systems/${name}/config.nix";        nixpkgs.git = {          url = https://github.com/nixos/nixpkgs; -        ref = "af7e479"; +        ref = "ed3b1bc";        };        secrets = getAttr builder {          buildbot.file = toString <stockholm/lass/2configs/tests/dummy-secrets>; | 
