main flake: update inputs #227

Merged
teutat3s merged 2 commits from bump-flake-locks into main 2023-05-14 14:22:37 +00:00
Showing only changes of commit 647c80ae4b - Show all commits

View file

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