Update flake.nix
This commit is contained in:
parent
9216128ef3
commit
352d6495fa
1 changed files with 2 additions and 1 deletions
|
|
@ -11,7 +11,8 @@
|
||||||
framework = nixpkgs.lib.nixosSystem {
|
framework = nixpkgs.lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
modules = [ ./systems/common.nix
|
modules = [ ./systems/common.nix
|
||||||
./systems/hw-framework.nix
|
./hw-framework.nix
|
||||||
|
./systems/framework.nix
|
||||||
./user-jsutter.nix ];
|
./user-jsutter.nix ];
|
||||||
};
|
};
|
||||||
aurora = nixpkgs.lib.nixosSystem {
|
aurora = nixpkgs.lib.nixosSystem {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue