From 7e2e4de1a42e37234cf5d5a692573a8426bec4ca Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Wed, 19 Aug 2026 17:47:51 +0200 Subject: treewide: Switch to bare unflake There was no real reason to still have `npins` around. I just kept it because of historical reasons. --- modules/by-name/ni/nix/module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/by-name/ni/nix') diff --git a/modules/by-name/ni/nix/module.nix b/modules/by-name/ni/nix/module.nix index 7caa8a8e..b7e64989 100644 --- a/modules/by-name/ni/nix/module.nix +++ b/modules/by-name/ni/nix/module.nix @@ -19,7 +19,7 @@ externalDependencies, ... }: let - nixpkgs = sources.loadFlake "nixpkgs"; + inherit (sources) nixpkgs; cfg = config.soispha.nix; in { -- cgit v1.3.1