grrr
This commit is contained in:
parent
ff079017d6
commit
54a26618a1
2 changed files with 2 additions and 13 deletions
12
flake.nix
12
flake.nix
|
|
@ -1,12 +0,0 @@
|
|||
{
|
||||
description = "NixOS configuration with flakes";
|
||||
inputs.nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||
|
||||
outputs = { self, nixpkgs, nixos-hardware }: {
|
||||
nixosConfigurations.<your-hostname> = nixpkgs.lib.nixosSystem {
|
||||
modules = [
|
||||
nixos-hardware.nixosModules.framework
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue