nvf getting better
This commit is contained in:
parent
2a80c2bac1
commit
bae12c442c
12 changed files with 24 additions and 41 deletions
|
@ -1,10 +1,6 @@
|
|||
{
|
||||
description = "My NixOS config flake";
|
||||
outputs = inputs @ {
|
||||
self,
|
||||
nixpkgs,
|
||||
...
|
||||
}: {
|
||||
outputs = inputs @ {nixpkgs, ...}: {
|
||||
inherit (nixpkgs) lib;
|
||||
nixosConfigurations = import ./hosts {inherit inputs;};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue