Compare commits

..

2 commits

Author SHA1 Message Date
7f4750c0fa
chore(deps): lock file maintenance
All checks were successful
/ check (push) Successful in 9s
/ check-renovaterc (push) Successful in 3s
/ build-packages (push) Successful in 13s
/ build-vm (push) Successful in 1s
/ report-size (push) Successful in 4s
2025-04-09 17:40:13 +02:00
c7573d910b
fix: remove unused dev packages
All checks were successful
/ check (push) Successful in 8s
/ check-renovaterc (push) Successful in 2s
/ build-packages (push) Successful in 14s
/ build-vm (push) Successful in 1s
/ report-size (push) Successful in 4s
- Stable gitoxide is insecure (and I mostly rely on jj rn)
- As I switched to jj `git-absorb` is unneeded
2025-04-09 17:35:57 +02:00
4 changed files with 13 additions and 15 deletions

18
flake.lock generated
View file

@ -319,11 +319,11 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1744032190,
"narHash": "sha256-KSlfrncSkcu1YE+uuJ/PTURsSlThoGkRqiGDVdbiE/k=",
"lastModified": 1744096231,
"narHash": "sha256-kUfx3FKU1Etnua3EaKvpeuXs7zoFiAcli1gBwkPvGSs=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "b0b4b5f8f621bfe213b8b21694bab52ecfcbf30b",
"rev": "b2b0718004cc9a5bca610326de0a82e6ea75920b",
"type": "github"
},
"original": {
@ -342,11 +342,11 @@
"nuschtosSearch": []
},
"locked": {
"lastModified": 1744119992,
"narHash": "sha256-XtwL/QfMjJtqO//mAjEfiC7noaAtH/gtQttcBE8dufs=",
"lastModified": 1744200902,
"narHash": "sha256-BqTLjxT1C1XfREDBQSxPrfKI9DBpZHBVLHzfXZs+h8M=",
"owner": "nix-community",
"repo": "nixvim",
"rev": "7114362f36123a8401f4905c2e833fd9a0c2ddd1",
"rev": "51203927e395535c4a427295efed4e1b2ef8349b",
"type": "github"
},
"original": {
@ -425,11 +425,11 @@
"tinted-tmux": "tinted-tmux"
},
"locked": {
"lastModified": 1744149529,
"narHash": "sha256-z3EdQgjbPONgRxnZFTT6dyYN9FkgsOt0MKorEyh40/w=",
"lastModified": 1744152965,
"narHash": "sha256-LWUeN1+bH3k46fwtIv0bNgtmkqB0UduyX7T2i+230n0=",
"owner": "danth",
"repo": "stylix",
"rev": "74a4e35519ddab9294d1400e93feae69313e22f6",
"rev": "8748db082ca15d32243c86e5d785d5dfc8a65719",
"type": "github"
},
"original": {

View file

@ -198,8 +198,6 @@ in
[ "just" ] # just a command runner
[ "typos" ] # low false positive rate typo checker
[ "gcc" ] # GNU Compiler Collection
[ "git-absorb" ] # fixup! but automatic
[ "gitoxide" ] # git but RiiR
[ "man-pages" ] # gimme the man pages
[ "man-pages-posix" ] # I said gimme the man pages!!!
];

View file

@ -220,9 +220,9 @@ checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
[[package]]
name = "linux-raw-sys"
version = "0.9.3"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe7db12097d22ec582439daf8618b8fdd1a7bef6270e9af3b1ebcd30893cf413"
checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
[[package]]
name = "memchr"

View file

@ -335,9 +335,9 @@ checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
[[package]]
name = "linux-raw-sys"
version = "0.9.3"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe7db12097d22ec582439daf8618b8fdd1a7bef6270e9af3b1ebcd30893cf413"
checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
[[package]]
name = "log"