Use current instead of inputs

This commit is contained in:
Greg Hellings
2023-06-21 11:10:41 -05:00
parent 18c8e1ff6b
commit 4b3069cea6
+1 -1
View File
@@ -10,7 +10,7 @@ let
}:
let
nixpkgs = channel;
in inputs.nixpkgs.lib.nixosSystem {
in nixpkgs.lib.nixosSystem {
inherit system;
modules = [
{ nixpkgs.overlays = overlays; }