Compare commits

..

2 commits

Author SHA1 Message Date
a7d7a34ce6
chore(deps): lock file maintenance
All checks were successful
/ check (nvimDev) (push) Successful in 1m2s
/ check (nvimHeadless) (push) Successful in 6s
/ check (nvimNoBundledBins) (push) Successful in 8s
/ check (nvimNoLsp) (push) Successful in 9s
/ check (nvimNoTSGrammars) (push) Successful in 8s
/ check (treefmt) (push) Successful in 20s
/ build (audiomenu) (push) Successful in 43s
/ build (docs) (push) Successful in 3s
/ build (jpassmenu) (push) Successful in 52s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 11m55s
/ build (nvim) (push) Successful in 15s
/ report-size (push) Successful in 44s
2025-01-12 21:30:19 +01:00
c022fa11e5
fix(system): remove unused CLI tools
All checks were successful
/ check (nvimDev) (push) Successful in 8s
/ check (nvimHeadless) (push) Successful in 2s
/ check (nvimNoBundledBins) (push) Successful in 5s
/ check (nvimNoLsp) (push) Successful in 5s
/ check (nvimNoTSGrammars) (push) Successful in 5s
/ check (treefmt) (push) Successful in 2s
/ build (audiomenu) (push) Successful in 1s
/ build (docs) (push) Successful in 1s
/ build (jpassmenu) (push) Successful in 1s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 1s
/ build (nvim) (push) Successful in 1s
/ report-size (push) Successful in 3s
And tools installed through `programs.*.enable`
2025-01-12 21:17:41 +01:00
2 changed files with 3 additions and 7 deletions

View file

@ -316,11 +316,11 @@
]
},
"locked": {
"lastModified": 1736598781,
"narHash": "sha256-Y0o9ahm6Kk0DumTo80/vKspkHOkbtFgKCNiICyRjhMs=",
"lastModified": 1736712960,
"narHash": "sha256-bGGg9hAbX6ZP7bUmMTT4Cdsa6yTgibu/vbLPbr5ogIs=",
"owner": "nix-community",
"repo": "nixvim",
"rev": "2fc2132a78753fc3d7ec732044eff7ad69530055",
"rev": "56877b8f763d6cadd42981d6c2bbf1222d621300",
"type": "github"
},
"original": {

View file

@ -39,13 +39,9 @@ in
environment.systemPackages = [
# CLI tools
pkgs.fd
pkgs.bat
pkgs.skim
pkgs.ripgrep
pkgs.du-dust
pkgs.curl
pkgs.wget
pkgs.eza
pkgs.zip
pkgs.unzip
];