changes
Signed-off-by: Bloxx12 <charlie@charlieroot.dev> Change-Id: I6a6a696407aaf040f34e2ef257545f441b621c99
This commit is contained in:
parent
467155afc6
commit
d276dea712
9 changed files with 107 additions and 210 deletions
|
@ -7,7 +7,11 @@
|
|||
_:
|
||||
let
|
||||
sources = import ./npins;
|
||||
nixpkgs = (import sources.flake-compat { src = sources.nixpkgs; }).outputs;
|
||||
nixpkgs =
|
||||
(import sources.flake-compat {
|
||||
src = sources.nixpkgs;
|
||||
copySourceTreeToStore = false;
|
||||
}).outputs;
|
||||
inherit (nixpkgs) lib;
|
||||
pkgsFor = nixpkgs.legacyPackages;
|
||||
inputs = sources;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue