diff options
author | EuAndreh <eu@euandre.org> | 2023-02-18 10:39:24 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-02-18 10:39:24 -0300 |
commit | 05985149a451b46ebeb73c4923f5992abe61e982 (patch) | |
tree | 63c712f476432ac2433a0f508aa359d0549f934e /etc | |
parent | etc/nix/configuration.nix: Inline list in work.packages.proprietary (diff) | |
download | dotfiles-05985149a451b46ebeb73c4923f5992abe61e982.tar.gz dotfiles-05985149a451b46ebeb73c4923f5992abe61e982.tar.xz |
etc/nix/configuration.nix: Remove unused pkgs-19 local variable
Diffstat (limited to 'etc')
-rw-r--r-- | etc/nix/configuration.nix | 8 |
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 |