Use current instead of inputs
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ let
|
|||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
nixpkgs = channel;
|
nixpkgs = channel;
|
||||||
in inputs.nixpkgs.lib.nixosSystem {
|
in nixpkgs.lib.nixosSystem {
|
||||||
inherit system;
|
inherit system;
|
||||||
modules = [
|
modules = [
|
||||||
{ nixpkgs.overlays = overlays; }
|
{ nixpkgs.overlays = overlays; }
|
||||||
|
|||||||
Reference in New Issue
Block a user