diff options
| -rw-r--r-- | flake.lock | 45 | ||||
| -rw-r--r-- | flake.nix | 1 |
2 files changed, 25 insertions, 21 deletions
@@ -45,11 +45,11 @@ }, "crane": { "locked": { - "lastModified": 1784407669, - "narHash": "sha256-gcFMcRjw0ZSn380Rx2QLlU1goUQeSrKX/DF12omI6+o=", + "lastModified": 1787326676, + "narHash": "sha256-lWhBbBvC05/xwivKBBiM2YNizpmgqCgyOIzomvRuwxs=", "owner": "ipetkov", "repo": "crane", - "rev": "1316b7d278ad77a16aec024b71d971366e123bec", + "rev": "692f7e9ef2ece8125b466f66f2af532b3edaed0d", "type": "github" }, "original": { @@ -191,11 +191,11 @@ ] }, "locked": { - "lastModified": 1784350909, - "narHash": "sha256-ZWyzLbS1yKUTeFJLmdVuWNnHttL333/ldJbEE+KzCrM=", + "lastModified": 1787377438, + "narHash": "sha256-Sxu1NLTD/Ern6hFGLlZmtKCSct3YQXZI/lls8RE1XeM=", "owner": "nix-community", "repo": "home-manager", - "rev": "4ce190229c73d44536caa7072f6308fb2d8feeb3", + "rev": "65258d5c65a250189fde2e35f490d15e064c4c62", "type": "github" }, "original": { @@ -246,11 +246,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1784392618, - "narHash": "sha256-Em2Uxwf7GnkOgLMIHVAsCqBKzfbaEUnPv5fvxr8iEro=", + "lastModified": 1787457369, + "narHash": "sha256-4r1TqYC5uVPLWSJcN3zHeUOYz1RCgCAC38j88+BALag=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "1ab52c082b41f3cadfd9d1e1180901c06d9e7876", + "rev": "095b629f2eecc83f0f27373093e336600e886674", "type": "github" }, "original": { @@ -262,11 +262,11 @@ }, "nixpkgs-unstable": { "locked": { - "lastModified": 1784376972, - "narHash": "sha256-RV+5/2MexV9xfNcm9rhYr5FE250sHPnH1coGz/pKTqM=", + "lastModified": 1787441254, + "narHash": "sha256-/7oA/UPfrk0ubngvJjDleROuiNdA7y4d+5qNcDeQuCA=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "8d704def0fc91d80d2ffcf23ae4b08cb055308f0", + "rev": "ae9396d21aa0dcfe9419f6bdc3bf415eba30a8b7", "type": "github" }, "original": { @@ -395,11 +395,11 @@ ] }, "locked": { - "lastModified": 1784350408, - "narHash": "sha256-OstzLWL5t7Xe14xEC6GIMJCp0PrYNTSA0El7GG2av88=", + "lastModified": 1787454509, + "narHash": "sha256-r4LDUF+zmJnkftvCVkCrUhSJazsf6EVJF+V2l4/MYbI=", "owner": "oxalica", "repo": "rust-overlay", - "rev": "3c38e1e1ba9c8d7030f7b5a801398ea7d8a6fdc0", + "rev": "f60c1b57ff805a46b5175c76fc981fb4f81efbcc", "type": "github" }, "original": { @@ -420,11 +420,11 @@ ] }, "locked": { - "lastModified": 1784332062, - "narHash": "sha256-HD+h22Qz+5Skaxw0eYUhfpMQGKS2Hp0jtdl3fs79BT8=", + "lastModified": 1785198005, + "narHash": "sha256-falBPi+PJtMx0vwII8L24wjDGXNZMwRiVXsw8WTXLEo=", "owner": "simple-nixos-mailserver", "repo": "nixos-mailserver", - "rev": "6713f24d3567351158916003d91b7c997058abee", + "rev": "d357b9f048c5532ec81b0e0034c0b8463d5ddd46", "type": "gitlab" }, "original": { @@ -456,11 +456,11 @@ ] }, "locked": { - "lastModified": 1784369104, - "narHash": "sha256-47cxbcZODibHv3rELFQ9vZly0vUNkND/atn/U7HLeb0=", + "lastModified": 1786901030, + "narHash": "sha256-WSFCsDSE5ffgD2MqzkM2CYjeFiKhRF/dJUN8uedb6YE=", "owner": "numtide", "repo": "treefmt-nix", - "rev": "df3c0640565d04a0261253cdd89fce78ec50168a", + "rev": "27b3b12a8e6375f28ebe122f07d230ca5459bbfa", "type": "github" }, "original": { @@ -471,6 +471,9 @@ }, "turtle": { "inputs": { + "crane": [ + "crane" + ], "nixpkgs": [ "nixpkgs" ] @@ -57,6 +57,7 @@ turtle = { url = "git+https://git.foss-syndicate.org/bpeetz/forks/atuin?ref=main"; inputs = { + crane.follows = "crane"; nixpkgs.follows = "nixpkgs"; }; }; |
