hurricane: 19 current 2025-06-17 16:17:34 25.05.20250615.6c64dab 6.15.2 *
This commit is contained in:
10
flake.nix
10
flake.nix
@ -57,20 +57,16 @@
|
||||
};
|
||||
};
|
||||
|
||||
outputs = {
|
||||
self,
|
||||
nixpkgs,
|
||||
...
|
||||
}: {
|
||||
outputs = {nixpkgs, ...} @ inputs: {
|
||||
nixosConfigurations = {
|
||||
wildfire = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {inputs = self.inputs // {inherit self;};};
|
||||
specialArgs = {inherit inputs;};
|
||||
modules = [
|
||||
./hosts/wildfire/configuration.nix
|
||||
];
|
||||
};
|
||||
hurricane = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {inputs = self.inputs // {inherit self;};};
|
||||
specialArgs = {inherit inputs;};
|
||||
modules = [
|
||||
./hosts/hurricane/configuration.nix
|
||||
];
|
||||
|
Reference in New Issue
Block a user