chore(ops/nixos/camden): Move camden back to nixos-unstable
This commit is contained in:
parent
5841a49f85
commit
b7766431f4
1 changed files with 1 additions and 1 deletions
|
@ -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: {
|
||||||
|
|
Loading…
Reference in a new issue