infra: update to nixos-23.05 #230

Merged
teutat3s merged 50 commits from infra-23.05 into infra 2023-07-02 12:59:05 +00:00
Showing only changes of commit 647c80ae4b - Show all commits

View file

@ -105,10 +105,10 @@
}; };
PubSolarOS = { PubSolarOS = {
tests = [ tests = [
(import ./tests/first-test.nix { #(import ./tests/first-test.nix {
pkgs = nixos.legacyPackages.x86_64-linux; # pkgs = nixos.legacyPackages.x86_64-linux;
lib = nixos.lib; # lib = nixos.lib;
}) #})
]; ];
}; };
}; };