Skip to content

Commit 15b88cc

Browse files
committed
update-flake: fix attribute path of pinned
1 parent 0ac9d6f commit 15b88cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helper/update-flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ in rec {
1111
# A pinned pkg is added to `stable` if the stable and unstable pkg versions
1212
# are identical.
1313
versions = let
14-
pinned = flake.legacyPackages.x86_64-linux.nbPkgs.pinned;
14+
pinned = flake.legacyPackages.x86_64-linux.pinned;
1515
pinnedPkgs = lib.filterAttrs (n: v: lib.isDerivation v) pinned;
1616
stable = pinned.pkgs;
1717
unstable = pinned.pkgsUnstable;

0 commit comments

Comments
 (0)