summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/config/i3/bar/shell.nix2
-rw-r--r--home/pkgs/barista/.envrc1
-rw-r--r--home/pkgs/firefoxPackages/shell.nix4
3 files changed, 2 insertions, 5 deletions
diff --git a/home/config/i3/bar/shell.nix b/home/config/i3/bar/shell.nix
index 441a787..794d774 100644
--- a/home/config/i3/bar/shell.nix
+++ b/home/config/i3/bar/shell.nix
@@ -1,4 +1,4 @@
{ pkgs ? import <nixpkgs> { } }:
-let settings = { golang.enable = true; pinDerivations.enable = false; };
+let settings = { golang.enable = true; };
in import ~/.config/venv-manager { inherit pkgs settings; }
diff --git a/home/pkgs/barista/.envrc b/home/pkgs/barista/.envrc
deleted file mode 100644
index 4a4726a..0000000
--- a/home/pkgs/barista/.envrc
+++ /dev/null
@@ -1 +0,0 @@
-use_nix
diff --git a/home/pkgs/firefoxPackages/shell.nix b/home/pkgs/firefoxPackages/shell.nix
index db7179d..9ad81b6 100644
--- a/home/pkgs/firefoxPackages/shell.nix
+++ b/home/pkgs/firefoxPackages/shell.nix
@@ -5,7 +5,5 @@ let
"https://github.com/nix-community/NUR/archive/master.tar.gz") {
inherit pkgs;
};
- settings = {
- nativeBuildInputs = [ nur.repos.rycee.mozilla-addons-to-nix ];
- };
+ settings = { nativeBuildInputs = [ nur.repos.rycee.mozilla-addons-to-nix ]; };
in import ~/.config/venv-manager { inherit pkgs settings; }