Compare commits

..

1 commit

Author SHA1 Message Date
b6bf680ee4
chore(deps): lock file maintenance
All checks were successful
/ check (nvimDev) (push) Successful in 13s
/ check (nvimHeadless) (push) Successful in 6s
/ check (nvimNoBundledBins) (push) Successful in 8s
/ check (nvimNoLsp) (push) Successful in 8s
/ check (nvimNoTSGrammars) (push) Successful in 8s
/ check (treefmt) (push) Successful in 20s
/ build (audiomenu) (push) Successful in 44s
/ build (docs) (push) Successful in 3s
/ build (jpassmenu) (push) Successful in 52s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 11m44s
/ build (nvim) (push) Successful in 15s
/ report-size (push) Successful in 1m18s
2025-01-12 11:00:48 +01:00
2 changed files with 7 additions and 3 deletions

6
flake.lock generated
View file

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

View file

@ -39,9 +39,13 @@ 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
];