nit? why is there even a diff?

top-level-nix
pegasust 2022-12-28 06:12:53 -07:00
parent 1cab6d3430
commit 9fac3ee1c3
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
,nixpkgs
,proj_root
,nixosDefaultVersion? "22.05"
,defaultSystem? "x86_64-linux";
,defaultSystem? "x86_64-linux"
,...}@inputs: let
lib = pkgs.lib;