Reformatting with nixfmt. Was this a bad idea? Who knows.

This commit is contained in:
kat witch 2020-11-06 14:21:49 +00:00 committed by kat
parent da58d0eb98
commit 4d55f43328
23 changed files with 275 additions and 470 deletions

View file

@ -1,10 +1,9 @@
{ nixpkgs ? <nixpkgs>, ... }:
let
pkgs = import nixpkgs {};
pkgs = import nixpkgs { };
callPackage = pkgs.lib.callPackageWith (pkgs // newpkgs);
newpkgs = {
};
newpkgs = { };
in newpkgs