grrr
This commit is contained in:
parent
4a47d74c0e
commit
d3bc95e428
1 changed files with 12 additions and 0 deletions
12
flakes.nix
Normal file
12
flakes.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
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