Add a configuration for flakes
This commit is contained in:
parent
813b45ad7d
commit
1154275b70
1 changed files with 14 additions and 0 deletions
14
flake.nix
Normal file
14
flake.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
description = "NixOS Machine Configurations by manuth";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "nixpkgs/nixos-unstable";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs }:
|
||||
let
|
||||
system = import ./system.nix;
|
||||
in {
|
||||
nixosConfigurations.manu-surface = system "manu-surface" {};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue