mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-01-18 11:13:30 -05:00
fix path
This commit is contained in:
parent
fae77857a3
commit
0cf1044628
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{pkgs, config, ...}:
|
||||
let
|
||||
pinned = import ../pinned.nix { inherit pkgs config; };
|
||||
pinned = import ../../../../pinned.nix { inherit pkgs config; };
|
||||
in {
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
|
|
Loading…
Reference in a new issue