Merge branch 'jsutter-master-patch-15143' into 'master'
Update flake.nix See merge request jsutter/nixos!3
This commit is contained in:
commit
9216128ef3
1 changed files with 3 additions and 1 deletions
|
|
@ -10,7 +10,9 @@
|
|||
nixosConfigurations = {
|
||||
framework = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [ ./configuration.nix ];
|
||||
modules = [ ./systems/common.nix
|
||||
./systems/hw-framework.nix
|
||||
./user-jsutter.nix ];
|
||||
};
|
||||
aurora = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue