1

remove rec

This commit is contained in:
2022-08-08 20:21:16 +02:00
parent 2b5b6e9eb1
commit afe261648e
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
{ inputs, pkgs, lib, ... }:
rec {
{
nixos = import ./nixos.nix { inherit inputs pkgs lib; };
}