mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
konawall package removal, rustfmt override
This commit is contained in:
parent
ee6b3cd875
commit
df4a036ef0
7 changed files with 498 additions and 30 deletions
|
|
@ -2,7 +2,7 @@ let
|
|||
# Sources are from niv.
|
||||
sources = import ./nix/sources.nix;
|
||||
# We pass sources through to pkgs and get our nixpkgs + overlays.
|
||||
pkgs = import ./overlay.nix { inherit sources; };
|
||||
pkgs = import ./overlays { inherit sources; };
|
||||
# We want our overlaid lib.
|
||||
inherit (pkgs) lib;
|
||||
# This is used for caching niv sources in CI.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue