mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-16 12:45:14 +01:00
jj
This commit is contained in:
parent
cbb2b5bdbd
commit
a2629a1a6e
6 changed files with 89 additions and 19 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{ pkgs, inputs, ... }:
|
||||
let
|
||||
customPkgs = import ../custom-pkgs pkgs;
|
||||
crates = import ../custom-pkgs/crates pkgs;
|
||||
|
|
@ -10,7 +10,7 @@ with pkgs; [
|
|||
cargo-expand
|
||||
cargo-mommy
|
||||
cargo-nextest
|
||||
customPkgs.jujutsu
|
||||
jujutsu
|
||||
dig
|
||||
fzf
|
||||
gcc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue