flake: sitch to npins
Signed-off-by: Bloxx12 <charlie@charlieroot.dev> Change-Id: I6a6a6964f4aa3349951fe7574622564452ad1af1
This commit is contained in:
parent
45179ade64
commit
2e7d11c2ed
24 changed files with 707 additions and 731 deletions
|
@ -9,7 +9,8 @@
|
|||
...
|
||||
}: let
|
||||
inherit (lib.meta) hiPrioSet;
|
||||
inherit (self.packages.${pkgs.stdenv.system}) helix fish;
|
||||
helix = pkgs.callPackage (self + "/packages/helix") {};
|
||||
fish = pkgs.callPackage (self + "/packages/fish") {};
|
||||
in {
|
||||
environment.systemPackages =
|
||||
builtins.attrValues {
|
||||
|
|
|
@ -1,7 +1,11 @@
|
|||
inputs: let
|
||||
inherit (inputs) self;
|
||||
{
|
||||
sources,
|
||||
nixpkgs,
|
||||
self,
|
||||
...
|
||||
}: let
|
||||
inherit (builtins) filter map toString;
|
||||
inherit (inputs.nixpkgs) lib;
|
||||
inherit (nixpkgs) lib;
|
||||
inherit (lib.attrsets) recursiveUpdate;
|
||||
inherit (lib.filesystem) listFilesRecursive;
|
||||
inherit (lib.lists) concatLists flatten singleton;
|
||||
|
@ -20,7 +24,7 @@ inputs: let
|
|||
recursiveUpdate
|
||||
{
|
||||
inherit lib;
|
||||
inherit inputs;
|
||||
inputs = sources;
|
||||
inherit self;
|
||||
}
|
||||
args.specialArgs or {};
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
bubblewrap
|
||||
cachix
|
||||
calc
|
||||
emacs
|
||||
calibre
|
||||
carapace
|
||||
comma
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue