mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 20:39:18 -08:00
fix: clean-up
This commit is contained in:
parent
1ca6189cfd
commit
160be4bd90
11 changed files with 13 additions and 41 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{inputs}: let
|
||||
std = import ./std.nix {inherit inputs;};
|
||||
tree = import ./tree.nix {inherit inputs;};
|
||||
lib = inputs.nixpkgs.lib;
|
||||
inherit (inputs.nixpkgs) lib;
|
||||
systems = import ./systems {inherit inputs tree lib std;};
|
||||
shells = import ./shells {inherit inputs tree lib std pkgs;};
|
||||
inherit (import ./pkgs.nix {inherit inputs tree;}) pkgs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue