mend
This commit is contained in:
parent
95e94196b2
commit
9f5c000ef1
1 changed files with 9 additions and 0 deletions
|
|
@ -22,6 +22,7 @@
|
|||
}@inputs:
|
||||
let
|
||||
inherit (self) outputs;
|
||||
system = "x86_64-linux";
|
||||
in
|
||||
{
|
||||
nixosConfigurations = {
|
||||
|
|
@ -66,5 +67,13 @@
|
|||
];
|
||||
};
|
||||
};
|
||||
# nix build .#checks.x86_64-linux
|
||||
packages.${system}.all = nixpkgs.legacyPackages.${system}.linkFarm "all-builds" [
|
||||
{ name = "nixbook"; path = self.nixosConfigurations.Nixbook.config.system.build.toplevel; }
|
||||
{ name = "nixstation"; path = self.nixosConfigurations.Nixstation.config.system.build.toplevel; }
|
||||
{ name = "hm-nixbook"; path = self.homeConfigurations."thiago@Nixbook".activationPackage; }
|
||||
{ name = "hm-nixstation"; path = self.homeConfigurations."thiago@Nixstation".activationPackage; }
|
||||
];
|
||||
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue