konawall package removal, rustfmt override

This commit is contained in:
kat witch 2021-08-22 00:20:20 +01:00
parent ee6b3cd875
commit df4a036ef0
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
7 changed files with 498 additions and 30 deletions

View file

@ -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.