remove nixpkgs
input from modules/ or machines/
This commit is contained in:
@@ -35,7 +35,7 @@
|
|||||||
in (nixosSystem {
|
in (nixosSystem {
|
||||||
# by default the local system is the same as the target, employing emulation when they differ
|
# by default the local system is the same as the target, employing emulation when they differ
|
||||||
system = target;
|
system = target;
|
||||||
specialArgs = { inherit nixpkgs mobile-nixos home-manager impermanence; };
|
specialArgs = { inherit mobile-nixos home-manager impermanence; };
|
||||||
modules = [
|
modules = [
|
||||||
./modules
|
./modules
|
||||||
./machines/${name}
|
./machines/${name}
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
{ lib, pkgs, nixpkgs, ... }:
|
{ lib, pkgs, ... }:
|
||||||
let
|
let
|
||||||
# use the last commit on the 5.18 branch (5.18.14)
|
# use the last commit on the 5.18 branch (5.18.14)
|
||||||
# manjaro's changes between kernel patch versions tend to be minimal if any.
|
# manjaro's changes between kernel patch versions tend to be minimal if any.
|
||||||
|
Reference in New Issue
Block a user