infra: merge main and bump inputs in flake.lock #216

Merged
teutat3s merged 7 commits from infra-merge-main-bump-flake-lock into infra 2023-04-11 17:26:46 +00:00
Showing only changes of commit 141f950607 - Show all commits

View file

@ -116,12 +116,14 @@
];
};
PubSolarOS = {
tests = [
(import ./tests/first-test.nix {
pkgs = nixos.legacyPackages.x86_64-linux;
lib = nixos.lib;
})
];
# Broken since https://github.com/NixOS/nixpkgs/commit/5bcef4224928fe45312f0ee321ddf0f0e8feeb7b
# Needs a fix in https://github.com/divnix/digga/blob/main/src/tests.nix#L12-L21
#tests = [
# (import ./tests/first-test.nix {
# pkgs = nixos.legacyPackages.x86_64-linux;
# lib = nixos.lib;
# })
#];
};
};
importables = rec {