nixos/sourcehut: massive rewrite
[sourcephile-nix.git] / shell / modules / tools / package-management / nix.nix
index 37ccd8780827c2e788f593837c69778b9fd7a87a..041e0d2abbd27ce2351bc774401f36fab9ef8dcd 100644 (file)
@@ -1,4 +1,4 @@
-{ config, lib, pkgs, ... }:
+{ pkgs, lib, config, ... }:
 let cfg = config.nix;
     inherit (lib) types;
     # Alternative which does not need to re-export envvars when called via sudo.