Skip to content

Commit bc0b696

Browse files
committed
devenv update
1 parent 5636a9b commit bc0b696

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

devenv.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"devenv": {
44
"locked": {
55
"dir": "src/modules",
6-
"lastModified": 1754158015,
6+
"lastModified": 1756101922,
77
"owner": "cachix",
88
"repo": "devenv",
9-
"rev": "062f3f42de2f6bb7382f88f6dbcbbbaa118a3791",
9+
"rev": "372c975fd0d5b7fc1ffbb15c75a21d7f9ea97603",
1010
"type": "github"
1111
},
1212
"original": {
@@ -40,10 +40,10 @@
4040
]
4141
},
4242
"locked": {
43-
"lastModified": 1750779888,
43+
"lastModified": 1755960406,
4444
"owner": "cachix",
4545
"repo": "git-hooks.nix",
46-
"rev": "16ec914f6fb6f599ce988427d9d94efddf25fe6d",
46+
"rev": "e891a93b193fcaf2fc8012d890dc7f0befe86ec2",
4747
"type": "github"
4848
},
4949
"original": {
@@ -74,10 +74,10 @@
7474
},
7575
"nixpkgs": {
7676
"locked": {
77-
"lastModified": 1753719760,
77+
"lastModified": 1755783167,
7878
"owner": "cachix",
7979
"repo": "devenv-nixpkgs",
80-
"rev": "0f871fffdc0e5852ec25af99ea5f09ca7be9b632",
80+
"rev": "4a880fb247d24fbca57269af672e8f78935b0328",
8181
"type": "github"
8282
},
8383
"original": {

nix/home/common.nix

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -160,16 +160,15 @@
160160
extraConfig = builtins.readFile ./static/vimrc;
161161
};
162162

163-
home.sessionPath =
164-
[
165-
"${config.home.homeDirectory}/.npm-packages/bin"
166-
"${config.home.homeDirectory}/.cache/.bun/bin"
167-
"${config.home.homeDirectory}/.cargo/bin"
168-
"${config.home.homeDirectory}/dotfiles/scripts"
169-
]
170-
++ (lib.optionals pkgs.stdenv.isDarwin [
171-
"${config.home.homeDirectory}/.local/share/solana/install/active_release/bin"
172-
]);
163+
home.sessionPath = [
164+
"${config.home.homeDirectory}/.npm-packages/bin"
165+
"${config.home.homeDirectory}/.cache/.bun/bin"
166+
"${config.home.homeDirectory}/.cargo/bin"
167+
"${config.home.homeDirectory}/dotfiles/scripts"
168+
]
169+
++ (lib.optionals pkgs.stdenv.isDarwin [
170+
"${config.home.homeDirectory}/.local/share/solana/install/active_release/bin"
171+
]);
173172

174173
programs.zsh = {
175174
enable = true;
@@ -180,7 +179,8 @@
180179
"git"
181180
"yarn"
182181
"gitignore"
183-
] ++ (lib.optionals pkgs.stdenv.isDarwin [ "macos" ]);
182+
]
183+
++ (lib.optionals pkgs.stdenv.isDarwin [ "macos" ]);
184184
};
185185
initContent = ''
186186
${lib.optionalString pkgs.stdenv.isDarwin ''

0 commit comments

Comments
 (0)