Working
This commit is contained in:
parent
d3bc95e428
commit
969e9a693f
1 changed files with 0 additions and 12 deletions
12
flakes.nix
12
flakes.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