get rid of extra spaces

main
Brian Hicks 2020-11-29 20:12:31 -06:00
parent e08617ae9e
commit 13f232a522
1 changed files with 0 additions and 2 deletions

View File

@ -1,9 +1,7 @@
{ ... }:
let
sources = import ./nix/sources.nix;
nixpkgs = import sources.nixpkgs { config = { allowUnfree = true; }; };
niv = import sources.niv { };
in with nixpkgs;
stdenv.mkDerivation {