aboutsummaryrefslogtreecommitdiff
path: root/etc/nix/configuration.nix
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-02-18 10:39:24 -0300
committerEuAndreh <eu@euandre.org>2023-02-18 10:39:24 -0300
commit05985149a451b46ebeb73c4923f5992abe61e982 (patch)
tree63c712f476432ac2433a0f508aa359d0549f934e /etc/nix/configuration.nix
parentetc/nix/configuration.nix: Inline list in work.packages.proprietary (diff)
downloaddotfiles-05985149a451b46ebeb73c4923f5992abe61e982.tar.gz
dotfiles-05985149a451b46ebeb73c4923f5992abe61e982.tar.xz
etc/nix/configuration.nix: Remove unused pkgs-19 local variable
Diffstat (limited to '')
-rw-r--r--etc/nix/configuration.nix8
1 files changed, 1 insertions, 7 deletions
diff --git a/etc/nix/configuration.nix b/etc/nix/configuration.nix
index 446f062..74707ef 100644
--- a/etc/nix/configuration.nix
+++ b/etc/nix/configuration.nix
@@ -80,13 +80,7 @@
environment = {
enableDebugInfo = true;
- systemPackages = let
- pkgs-19 = import (fetchTarball
- "https://github.com/NixOS/nixpkgs/archive/b0d748e244df6c977b2a1db3873ffdc271e59615.tar.gz")
- { };
-
- in with pkgs;
- [
+ systemPackages = with pkgs; [
slack
zoom-us
kubernetes