diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2021-09-20 21:08:50 +0200 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2021-09-20 21:09:41 +0200 |
| commit | c30ec2ed23b1815a113988270ac6d5516c3ba5ff (patch) | |
| tree | 06af22e0d7da33d11337b2e28a5aa930771e4806 /home/pkgs/barista/shell.nix | |
| parent | a5cd98524ae1693f6e04b093c32e5271c4c2e817 (diff) | |
change path to config
Diffstat (limited to 'home/pkgs/barista/shell.nix')
| -rw-r--r-- | home/pkgs/barista/shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/pkgs/barista/shell.nix b/home/pkgs/barista/shell.nix index 0fcfc92..ddde10a 100644 --- a/home/pkgs/barista/shell.nix +++ b/home/pkgs/barista/shell.nix @@ -5,4 +5,4 @@ let nix.enable = true; golang.enable = true; }; -in import ~/documents/nix/shells { inherit pkgs settings; } +in import ~/code/nix/shells { inherit pkgs settings; } |
