From 13f232a5221af4ccd381242904c38c3d8554e807 Mon Sep 17 00:00:00 2001 From: Brian Hicks Date: Sun, 29 Nov 2020 20:12:31 -0600 Subject: [PATCH] get rid of extra spaces --- shell.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/shell.nix b/shell.nix index c0db5f4..f9aaee7 100644 --- a/shell.nix +++ b/shell.nix @@ -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 {