We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ac9d6f commit 15b88ccCopy full SHA for 15b88cc
helper/update-flake.nix
@@ -11,7 +11,7 @@ in rec {
11
# A pinned pkg is added to `stable` if the stable and unstable pkg versions
12
# are identical.
13
versions = let
14
- pinned = flake.legacyPackages.x86_64-linux.nbPkgs.pinned;
+ pinned = flake.legacyPackages.x86_64-linux.pinned;
15
pinnedPkgs = lib.filterAttrs (n: v: lib.isDerivation v) pinned;
16
stable = pinned.pkgs;
17
unstable = pinned.pkgsUnstable;
0 commit comments