refactor(ops/nixos): Prepare for restricted eval
Change-Id: I7b5304dda3040830fe90fc188b35da3fd95451a0 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5682 Reviewed-by: sterni <sternenseemann@systemli.org> Tested-by: BuildkiteCI Autosubmit: tazjin <tazjin@tvl.su>
This commit is contained in:
parent
d10cbc711d
commit
7a0a4224a5
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ in rec {
|
|||
# Ensure that pkgs == third_party.nix
|
||||
nixpkgs.pkgs = depot.third_party.nixpkgs;
|
||||
nix.nixPath = [
|
||||
"nixos=${pkgs.path}"
|
||||
"nixpkgs=${pkgs.path}"
|
||||
("nixos=" + pkgs.path)
|
||||
("nixpkgs=" + pkgs.path)
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue