mirror of
https://github.com/ryanccn/flake.git
synced 2026-01-27 04:06:28 +01:00
move gen-license to overlay
This commit is contained in:
parent
cd0afcf585
commit
1b2f94b0db
3 changed files with 27 additions and 35 deletions
|
|
@ -48,6 +48,7 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
nil
|
||||
alejandra
|
||||
nixpkgs-fmt
|
||||
attic-client
|
||||
cachix
|
||||
direnv
|
||||
|
|
@ -80,6 +81,7 @@
|
|||
gh
|
||||
git
|
||||
git-lfs
|
||||
gen-license
|
||||
gum
|
||||
helix
|
||||
hyperfine
|
||||
|
|
@ -102,10 +104,6 @@
|
|||
vivid
|
||||
xh
|
||||
zoxide
|
||||
|
||||
(import ./pkgs/gen-license.nix {
|
||||
inherit (pkgs) lib stdenv rustPlatform fetchCrate darwin libiconv pkg-config;
|
||||
})
|
||||
];
|
||||
|
||||
services.nix-daemon.enable = true;
|
||||
|
|
@ -134,6 +132,7 @@
|
|||
agenix.overlays.default
|
||||
fenix.overlays.default
|
||||
(import ./overlays/ccache-wrapper.nix)
|
||||
(import ./overlays/gen-license.nix)
|
||||
];
|
||||
|
||||
config.allowUnfree = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue