1

remove rec

This commit is contained in:
2022-08-08 20:21:16 +02:00
parent 5a5a5858dc
commit a3b1e44796
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; };
}

View File

@ -1,6 +1,6 @@
{ config, lib, mylib, pkgs, ... }:
{ inputs, config, lib, mylib, pkgs, ... }:
{
rec {
imports = [
# Include the results of the hardware scan.
./hardware-configuration.nix