aboutsummaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-07 00:02:20 +0000
committerFuwn <[email protected]>2024-10-07 00:02:26 +0000
commitac397302134eac2daaa3ac02662192c440ef9299 (patch)
treedec18704d6946f8c65972601f36b217c273165cf /flake.lock
parentchore(cargo): bump tag (diff)
downloadseptember-ac397302134eac2daaa3ac02662192c440ef9299.tar.xz
september-ac397302134eac2daaa3ac02662192c440ef9299.zip
chore(flake): add packages and apps attributes
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock23
1 files changed, 21 insertions, 2 deletions
diff --git a/flake.lock b/flake.lock
index 6d4ee0d..820102c 100644
--- a/flake.lock
+++ b/flake.lock
@@ -1,8 +1,25 @@
{
"nodes": {
+ "crane": {
+ "locked": {
+ "lastModified": 1727316705,
+ "narHash": "sha256-/mumx8AQ5xFuCJqxCIOFCHTVlxHkMT21idpbgbm/TIE=",
+ "owner": "ipetkov",
+ "repo": "crane",
+ "rev": "5b03654ce046b5167e7b0bccbd8244cb56c16f0e",
+ "type": "github"
+ },
+ "original": {
+ "owner": "ipetkov",
+ "repo": "crane",
+ "type": "github"
+ }
+ },
"flake-utils": {
"inputs": {
- "systems": "systems"
+ "systems": [
+ "systems"
+ ]
},
"locked": {
"lastModified": 1710146030,
@@ -36,9 +53,11 @@
},
"root": {
"inputs": {
+ "crane": "crane",
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs",
- "rust-overlay": "rust-overlay"
+ "rust-overlay": "rust-overlay",
+ "systems": "systems"
}
},
"rust-overlay": {