chore(ops/nixos/camden): Move camden back to nixos-unstable

This commit is contained in:
Vincent Ambo 2020-06-07 19:30:33 +01:00
parent 5841a49f85
commit b7766431f4

View file

@ -2,7 +2,7 @@
{ depot, pkgs, lib, ... }: { depot, pkgs, lib, ... }:
config: let config: let
nixpkgs = import depot.third_party.stableNixpkgsSrc { nixpkgs = import depot.third_party.nixpkgsSrc {
config.allowUnfree = true; config.allowUnfree = true;
}; };
in lib.fix(self: { in lib.fix(self: {