Skip to content

Commit 8f7c59e

Browse files
committed
merge into nixpkgs
1 parent 863f8db commit 8f7c59e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ in
4242
apply = conch.applySystemsWithGenerator (
4343
system:
4444
let
45-
pkgs = inputs.nixpkgs.legacyPackages.${system};
45+
pkgs = config.nixpkgs.final.${system};
4646
applyShell =
4747
shell:
4848
{

0 commit comments

Comments
 (0)