summaryrefslogtreecommitdiff
path: root/path.nix
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2022-03-05 00:40:32 -0600
committerAlejandro Soto <alejandro@34project.org>2022-03-05 00:40:32 -0600
commit5dc85e72a002efce36b440a98b17a6c80234a142 (patch)
tree11f0d3af31b88c079d1598a5842dc47d9e024aa9 /path.nix
parent743a205dd9bff31e0ed63ebba8dd3327614ac188 (diff)
Restructure flake source hierarchy
Diffstat (limited to '')
-rw-r--r--home/path.nix (renamed from path.nix)4
1 files changed, 2 insertions, 2 deletions
diff --git a/path.nix b/home/path.nix
index 016c09a..31629f5 100644
--- a/path.nix
+++ b/home/path.nix
@@ -1,4 +1,4 @@
-{ pkgs, local }: let
+pkgs: let
py = pkgs.python39Packages;
in [
pkgs.calc
@@ -18,7 +18,7 @@ in [
pkgs.rustup
pkgs.signal-desktop
pkgs.tdesktop
- local.tmux-lift
+ pkgs.local.tmux-lift
pkgs.units
pkgs.unzip
pkgs.zip