Merge branch 'master' into skycam

This commit is contained in:
2024-08-05 18:06:54 +01:00
3 changed files with 37 additions and 21 deletions

View File

@ -108,6 +108,12 @@
};
in
{
legacyPackages = forEachSystem (system:
lib.packagesFromDirectoryRecursive {
callPackage = nixpkgs.legacyPackages.${system}.callPackage;
directory = ./pkgs;
});
nixosConfigurations = {
atlas = mkNixosSystem { system = "x86_64-linux"; name = "atlas"; };
eos = mkNixosSystem { system = "x86_64-linux"; name = "eos"; };