Skip to content

Commit 20024ec

Browse files
committed
chore(top-level): fix devShells issue
1 parent 0a78f83 commit 20024ec

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{ inputs, self, config, lib, ... } @ v:
22
{
33
perSystem = { pkgs, system, ... }: {
4-
legacyPackages = pkgs;
54
devShells.default = pkgs.mkShellNoCC {
65
NIXD_PATH = lib.concatStringsSep ":" [
76
"pkgs=${self.outPath}#legacyPackages.${system}"

top-level/packages.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@
2222
inputs'.nixvim.legacyPackages;
2323
allowUnfree = true;
2424
};
25+
legacyPackages = pkgs;
2526
};
2627
}

0 commit comments

Comments
 (0)