update to nixos 23.05
This commit is contained in:
parent
55c64d8dff
commit
e2cce7daa8
8 changed files with 19 additions and 16 deletions
|
|
@ -390,7 +390,10 @@ in {
|
|||
config
|
||||
];
|
||||
# Share the same pkgs instance among tests
|
||||
nixpkgs.pkgs = pkgs.lib.mkDefault pkgs;
|
||||
# Set priority slightly higher (i.e. to a slightly lower number) than `mkDefault`,
|
||||
# so that this module can be used with function `pkgs.nixos`, which already
|
||||
# sets `nixpkgs.pkgs` with prio `mkDefault`.
|
||||
nixpkgs.pkgs = lib.mkOverride 900 pkgs;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue