anicca, qt, samhain updoot

This commit is contained in:
kat witch 2021-08-25 16:44:34 +01:00
parent b12e853b31
commit dde2110ac9
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
8 changed files with 41 additions and 2 deletions

View file

@ -6,6 +6,7 @@ let
nurpkgs = self;
pkgs = self;
};
anicca = self.callPackage sources.anicca {};
rustfmt = super.rustfmt.overrideAttrs ({ patches ? [ ], ... }: {
patches = patches ++ [
# Adds an option variant that merges all use statements into a single block.