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. --- npins/full.nix | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 npins/full.nix (limited to 'npins/full.nix') diff --git a/npins/full.nix b/npins/full.nix deleted file mode 100644 index 0fb56679..00000000 --- a/npins/full.nix +++ /dev/null @@ -1,8 +0,0 @@ -_: let - sources = import ../unflake.nix; - loadFlake = input: sources."${input}"; - - # loadFlake = flakeInput: (import sources.flake-compat {src = sources."${flakeInput}";}).outputs; -in { - inherit sources loadFlake; -} -- cgit v1.3.1