diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-03-05 00:40:32 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-03-05 00:40:32 -0600 |
| commit | 5dc85e72a002efce36b440a98b17a6c80234a142 (patch) | |
| tree | 11f0d3af31b88c079d1598a5842dc47d9e024aa9 /path.nix | |
| parent | 743a205dd9bff31e0ed63ebba8dd3327614ac188 (diff) | |
Restructure flake source hierarchy
Diffstat (limited to 'path.nix')
| -rw-r--r-- | path.nix | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/path.nix b/path.nix deleted file mode 100644 index 016c09a..0000000 --- a/path.nix +++ /dev/null @@ -1,25 +0,0 @@ -{ pkgs, local }: let - py = pkgs.python39Packages; -in [ - pkgs.calc - pkgs.cloc - pkgs.file - pkgs.gcc - pkgs.gcc-arm-embedded - pkgs.hack-font - pkgs.i3-gaps - py.ipython - pkgs.jq - pkgs.keepassxc - pkgs.libsForQt5.okular - pkgs.man-pages - pkgs.man-pages-posix - pkgs.pavucontrol - pkgs.rustup - pkgs.signal-desktop - pkgs.tdesktop - local.tmux-lift - pkgs.units - pkgs.unzip - pkgs.zip -] |
