mirror of
https://github.com/kmein/niveum
synced 2026-03-19 19:41:08 +01:00
chore: remove unneeded stuff from flake.nix
This commit is contained in:
14
flake.nix
14
flake.nix
@@ -101,18 +101,6 @@
|
|||||||
program = import ./ci.nix { inherit name system inputs; };
|
program = import ./ci.nix { inherit name system inputs; };
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
in deployScripts // ciScripts // {
|
in deployScripts // ciScripts;
|
||||||
deploy-all = {
|
|
||||||
type = "app";
|
|
||||||
program = toString (pkgs.writers.writeDash "deploy-all"
|
|
||||||
(nixpkgs.lib.concatMapStringsSep "\n" (script: script.program) (builtins.attrValues deployScripts)));
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
nixosConfigurations = {};
|
|
||||||
hydraJobs =
|
|
||||||
nixpkgs.lib.mapAttrs'
|
|
||||||
(name: config: nixpkgs.lib.nameValuePair "nixos-${name}" config.config.system.build.toplevel)
|
|
||||||
self.nixosConfigurations;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user