remove rec
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
{ inputs, pkgs, lib, ... }:
|
{ inputs, pkgs, lib, ... }:
|
||||||
|
|
||||||
rec {
|
{
|
||||||
nixos = import ./nixos.nix { inherit inputs pkgs lib; };
|
nixos = import ./nixos.nix { inherit inputs pkgs lib; };
|
||||||
}
|
}
|
@ -1,6 +1,6 @@
|
|||||||
{ config, lib, mylib, pkgs, ... }:
|
{ inputs, config, lib, mylib, pkgs, ... }:
|
||||||
|
|
||||||
{
|
rec {
|
||||||
imports = [
|
imports = [
|
||||||
# Include the results of the hardware scan.
|
# Include the results of the hardware scan.
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
|
Reference in New Issue
Block a user