Skip to content

Commit

Permalink
Add more nix utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
bryango committed Jan 19, 2024
1 parent 85c144f commit 57c8c04
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,16 @@ let

nix.dev = [
nil # language server
nixpkgs-fmt # the official (?) formatter
nixpkgs-fmt # the semi official formatter
nurl # generate fetcher call
nix-init # generate package
nix-output-monitor
nixpkgs-hammering
nixpkgs-review
hydra-check
# nvd # version diff
# nixd # better? language server ## not stable
system-manager # to be stabilized
# nixd # future lsp ## not stable # needs llvmPackages.llvm.lib
# nvd # version diff
];

cli.basic = [
Expand Down
2 changes: 1 addition & 1 deletion profile.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"active": true,
"priority": 5,
"storePaths": [
"/nix/store/jw605i7k5j1ba5czmj0r437x3yl957by-home-manager-path"
"/nix/store/jl7a583cl558wxis5dgph55cp0r9kyij-home-manager-path"
]
}
],
Expand Down

0 comments on commit 57c8c04

Please sign in to comment.