commit | e873bdbb234f5b594f17f63f0dc2f190b05aaef6 | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler@clicksminuteper.net> | Thu May 19 06:52:06 2022 +0100 |
committer | Skyler Grey <skyler@clicksminuteper.net> | Thu May 19 06:52:06 2022 +0100 |
tree | d003db092dae65da96bdaa116dc486fbf29c0c67 | |
parent | 2577b1936dc5d739a4f878e6f69f014a12b32606 [diff] [blame] |
Replace pkgs with nixpkgs
diff --git a/src/nix/system/pin-nixpkgs.nix b/src/nix/system/pin-nixpkgs.nix index 6976b73..e8bd8be 100644 --- a/src/nix/system/pin-nixpkgs.nix +++ b/src/nix/system/pin-nixpkgs.nix
@@ -1,3 +1,3 @@ -{ pkgs, ... }: { - nix.registry.nixpkgs.flake = pkgs; +{ nixpkgs, ... }: { + nix.registry.nixpkgs.flake = nixpkgs; } \ No newline at end of file