remove rec
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
{ inputs, pkgs, lib, ... }:
|
||||
|
||||
rec {
|
||||
{
|
||||
nixos = import ./nixos.nix { inherit inputs pkgs lib; };
|
||||
}
|
@ -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
|
||||
|
Reference in New Issue
Block a user