default.nix: remove extraneous "with pkgs;"

This commit is contained in:
Colin 2023-03-11 08:01:34 +00:00
parent 9b549e42da
commit 012c300b5a
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
{ pkgs }:
with pkgs;
{
uninsane-dot-org = with pkgs; stdenv.mkDerivation {
name = "uninsane-dot-org";