mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: the stuff of nightmares
This commit is contained in:
parent
b589fdda9f
commit
3a29446c96
51 changed files with 679 additions and 1094 deletions
2
pkgs.nix
2
pkgs.nix
|
|
@ -3,6 +3,6 @@
|
|||
inputs,
|
||||
...
|
||||
}: let
|
||||
overlays = import tree.overlays {inherit inputs;};
|
||||
overlays = import tree.overlays {inherit inputs tree;};
|
||||
in
|
||||
inputs.utils.lib.eachDefaultSystem (system: {pkgs = import inputs.nixpkgs { inherit system overlays; config.allowUnfree = true; };})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue