Fix nixpkgs module import fro Lilim.
This commit is contained in:
parent
24314bce10
commit
b37af57fd5
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
{ config, pkgs, ... }:
|
||||
{ nixpkgs, config, pkgs, ... }:
|
||||
|
||||
let
|
||||
cfg = config.machine;
|
||||
in {
|
||||
imports = [ <nixpkgs/nixos/modules/installer/scan/not-detected.nix> ];
|
||||
imports = [ "${nixpkgs}/nixos/modules/installer/scan/not-detected.nix" ];
|
||||
|
||||
boot = {
|
||||
loader.systemd-boot = {
|
||||
|
|
Loading…
Reference in a new issue