update: Add jj update

This commit is contained in:
Jeremy Wall 2025-01-26 18:25:41 -05:00
parent e1a5f7d3cc
commit 58c2363574
2 changed files with 21 additions and 18 deletions

View File

@ -467,11 +467,11 @@
"systems": "systems_7" "systems": "systems_7"
}, },
"locked": { "locked": {
"lastModified": 1726560853, "lastModified": 1731533236,
"narHash": "sha256-X6rJYSESBVr3hBoH0WbKE5KvhPU5bloyZ2L4K60/fPQ=", "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
"owner": "numtide", "owner": "numtide",
"repo": "flake-utils", "repo": "flake-utils",
"rev": "c1dfcf08411b08f6b8615f7d8971a2bfa81d5e8a", "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -618,11 +618,11 @@
"rust-overlay": "rust-overlay_5" "rust-overlay": "rust-overlay_5"
}, },
"locked": { "locked": {
"lastModified": 1732123224, "lastModified": 1737911819,
"narHash": "sha256-ak/hxe4VaBnNSHfaRanGivVdtxgSHdFd2ifXZ54QePo=", "narHash": "sha256-EsxRZIwe1EaacXj3yp1xo2pqHufr/ZLaqOPnsOmEmI0=",
"owner": "martinvonz", "owner": "martinvonz",
"repo": "jj", "repo": "jj",
"rev": "ac0e531de5b0dc609562c34f9f1ab8558ea8a4cd", "rev": "00069119d8165c9c9b3b176c00c3171c73c05138",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -1107,16 +1107,18 @@
}, },
"nixpkgs_9": { "nixpkgs_9": {
"locked": { "locked": {
"lastModified": 1728538411, "lastModified": 1737557748,
"narHash": "sha256-f0SBJz1eZ2yOuKUr5CA9BHULGXVSn6miBuUWdTyhUhU=", "narHash": "sha256-BaMuhctP1x00+8cBE2cJveJQb70/tWHI50MHj/ZrtOY=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "b69de56fac8c2b6f8fd27f2eca01dcda8e0a4221", "rev": "606996d74f6e2a12635d41c1bf58bfc7ea3bb5ec",
"type": "github" "type": "github"
}, },
"original": { "original": {
"id": "nixpkgs", "owner": "NixOS",
"type": "indirect" "ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
} }
}, },
"nurl-flake": { "nurl-flake": {
@ -1354,11 +1356,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1729304879, "lastModified": 1737685583,
"narHash": "sha256-H7KGGJUU9BcDNnfXiATBGgs6FJKWQdfftNJS+/v2aMU=", "narHash": "sha256-p+NVABRpGi+pT+xxf9HcLcFVxG6L+vEEy+NwzB9T0f8=",
"owner": "oxalica", "owner": "oxalica",
"repo": "rust-overlay", "repo": "rust-overlay",
"rev": "b259ef799b5ac014604da71ecd92d4a52603ed2d", "rev": "eb64cbcc8eee0fa87ebded92805280d2ec97415a",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -1421,15 +1423,16 @@
"rust-overlay": "rust-overlay_7" "rust-overlay": "rust-overlay_7"
}, },
"locked": { "locked": {
"lastModified": 1733525038, "lastModified": 1736294704,
"narHash": "sha256-4ECXJND/pbQlTeqZEQOVUcoqC0d6PfAKNGMWavwYXGA=", "narHash": "sha256-YgMv21vs7nYgyclya3XK024NpVi/l1EkgoBZGtFcXvg=",
"owner": "zaphar", "owner": "zaphar",
"repo": "sheetsui", "repo": "sheetsui",
"rev": "ffc5df157b90fd087ddea98e307178c6f4142dfc", "rev": "d50c12a5bab588e0c08c0a046143b98701bb3ca9",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "zaphar", "owner": "zaphar",
"ref": "main",
"repo": "sheetsui", "repo": "sheetsui",
"type": "github" "type": "github"
} }

View File

@ -13,7 +13,7 @@
# ensure that darwinSystem uses our nixpkgs version # ensure that darwinSystem uses our nixpkgs version
inputs.nixpkgs.follows = "nixpkgs-darwin"; inputs.nixpkgs.follows = "nixpkgs-darwin";
}; };
sheetsui-flake.url = "github:zaphar/sheetsui"; sheetsui-flake.url = "github:zaphar/sheetsui/main";
sile-flake.url = "github:sile-typesetter/sile"; sile-flake.url = "github:sile-typesetter/sile";
durnitisp-flake.url = "github:zaphar/durnitisp"; durnitisp-flake.url = "github:zaphar/durnitisp";
runwhen-flake.url = "github:zaphar/runwhen"; runwhen-flake.url = "github:zaphar/runwhen";