mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
add minimal flake.nix
This commit is contained in:
parent
47278f895a
commit
bdb178ab7c
1 changed files with 5 additions and 0 deletions
5
flake.nix
Normal file
5
flake.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
outputs = { self, nixpkgs }: {
|
||||
nixosModule = import ./.;
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue