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