mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: ...get internet again. git-hooks.nix adopt
This commit is contained in:
parent
7a0f09e700
commit
e00ec8f2f2
116 changed files with 1157 additions and 4681 deletions
|
|
@ -5,16 +5,16 @@
|
|||
std,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
} @ argy: let
|
||||
inherit (std) set;
|
||||
in
|
||||
inputs.flake-utils.lib.eachDefaultSystem (system: {
|
||||
devShells = let
|
||||
shells = set.map (_: path:
|
||||
import path {
|
||||
inherit tree inputs system lib std;
|
||||
pkgs = pkgs.${system};
|
||||
})
|
||||
import path (argy
|
||||
// {
|
||||
pkgs = pkgs.${system};
|
||||
}))
|
||||
tree.shells;
|
||||
in
|
||||
shells // {default = shells.repo;};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue