summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake.lock133
1 files changed, 116 insertions, 17 deletions
diff --git a/flake.lock b/flake.lock
index 78b579b..3d5e7fb 100644
--- a/flake.lock
+++ b/flake.lock
@@ -48,9 +48,32 @@
"url": "ssh://cgit/~/blog"
}
},
- "deploy-rs": {
+ "crane": {
"inputs": {
"flake-compat": "flake-compat",
+ "flake-utils": "flake-utils",
+ "nixpkgs": [
+ "nixpkgs"
+ ],
+ "rust-overlay": "rust-overlay"
+ },
+ "locked": {
+ "lastModified": 1679461034,
+ "narHash": "sha256-pX4jF5hfEfBGlKw2yDJj9FjvVxmMdGgqKe1I+Vbail8=",
+ "owner": "ipetkov",
+ "repo": "crane",
+ "rev": "ec69da697357cfe7d9e8653b0cfbe73eaecca34b",
+ "type": "github"
+ },
+ "original": {
+ "owner": "ipetkov",
+ "repo": "crane",
+ "type": "github"
+ }
+ },
+ "deploy-rs": {
+ "inputs": {
+ "flake-compat": "flake-compat_2",
"nixpkgs": [
"nixpkgs"
],
@@ -72,7 +95,7 @@
},
"emacs-overlay": {
"inputs": {
- "flake-utils": "flake-utils",
+ "flake-utils": "flake-utils_2",
"nixpkgs": "nixpkgs"
},
"locked": {
@@ -106,6 +129,22 @@
"flake-compat": {
"flake": false,
"locked": {
+ "lastModified": 1673956053,
+ "narHash": "sha256-4gtG9iQuiKITOjNQQeQIpoIB6b16fm+504Ch3sNKLd8=",
+ "owner": "edolstra",
+ "repo": "flake-compat",
+ "rev": "35bb57c0c8d8b62bbfd284272c928ceb64ddbde9",
+ "type": "github"
+ },
+ "original": {
+ "owner": "edolstra",
+ "repo": "flake-compat",
+ "type": "github"
+ }
+ },
+ "flake-compat_2": {
+ "flake": false,
+ "locked": {
"lastModified": 1668681692,
"narHash": "sha256-Ht91NGdewz8IQLtWZ9LCeNXMSXHUss+9COoqu6JLmXU=",
"owner": "edolstra",
@@ -119,7 +158,7 @@
"type": "github"
}
},
- "flake-compat_2": {
+ "flake-compat_3": {
"flake": false,
"locked": {
"lastModified": 1668681692,
@@ -137,6 +176,21 @@
},
"flake-utils": {
"locked": {
+ "lastModified": 1676283394,
+ "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=",
+ "owner": "numtide",
+ "repo": "flake-utils",
+ "rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073",
+ "type": "github"
+ },
+ "original": {
+ "owner": "numtide",
+ "repo": "flake-utils",
+ "type": "github"
+ }
+ },
+ "flake-utils_2": {
+ "locked": {
"lastModified": 1667395993,
"narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=",
"owner": "numtide",
@@ -150,21 +204,19 @@
"type": "github"
}
},
- "freiraum": {
- "flake": false,
+ "flake-utils_3": {
"locked": {
- "lastModified": 1671499903,
- "narHash": "sha256-TbTDy2PHHYHTNS5XWJk0wBVf2AkMxuPwNUJ6sDjEHM8=",
- "ref": "network",
- "rev": "b9e51c9eec9ddafdfbb0ef9e9c9896b3015f0ce8",
- "revCount": 3,
- "type": "git",
- "url": "https://git.infra4future.de/stuebinm/22f3-roomplans"
+ "lastModified": 1659877975,
+ "narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=",
+ "owner": "numtide",
+ "repo": "flake-utils",
+ "rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0",
+ "type": "github"
},
"original": {
- "ref": "network",
- "type": "git",
- "url": "https://git.infra4future.de/stuebinm/22f3-roomplans"
+ "owner": "numtide",
+ "repo": "flake-utils",
+ "type": "github"
}
},
"gtfsBooks": {
@@ -340,10 +392,10 @@
"inputs": {
"almanac": "almanac",
"blog": "blog",
+ "crane": "crane",
"deploy-rs": "deploy-rs",
"emacs-overlay": "emacs-overlay",
"feeds": "feeds",
- "freiraum": "freiraum",
"gtfsBooks": "gtfsBooks",
"home-manager": "home-manager",
"isabelle-utils": "isabelle-utils",
@@ -351,6 +403,7 @@
"nixpkgs": "nixpkgs_2",
"nixpkgs-unstable": "nixpkgs-unstable",
"playground": "playground",
+ "rust-overlay": "rust-overlay_2",
"showrt": "showrt",
"simple-nixos-mailserver": "simple-nixos-mailserver",
"tracktrain": "tracktrain",
@@ -359,6 +412,52 @@
"walint": "walint"
}
},
+ "rust-overlay": {
+ "inputs": {
+ "flake-utils": [
+ "crane",
+ "flake-utils"
+ ],
+ "nixpkgs": [
+ "crane",
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1677812689,
+ "narHash": "sha256-EakqhgRnjVeYJv5+BJx/NZ7/eFTMBxc4AhICUNquhUg=",
+ "owner": "oxalica",
+ "repo": "rust-overlay",
+ "rev": "e53e8853aa7b0688bc270e9e6a681d22e01cf299",
+ "type": "github"
+ },
+ "original": {
+ "owner": "oxalica",
+ "repo": "rust-overlay",
+ "type": "github"
+ }
+ },
+ "rust-overlay_2": {
+ "inputs": {
+ "flake-utils": "flake-utils_3",
+ "nixpkgs": [
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1679451618,
+ "narHash": "sha256-gWFYRgmeT+8xDYHK4HSuCY9Pi7mSxC+2illHrmDkG7A=",
+ "owner": "oxalica",
+ "repo": "rust-overlay",
+ "rev": "a89d328ca7d106c3fdbbd072b6c7088ab5b798a3",
+ "type": "github"
+ },
+ "original": {
+ "owner": "oxalica",
+ "repo": "rust-overlay",
+ "type": "github"
+ }
+ },
"showrt": {
"flake": false,
"locked": {
@@ -379,7 +478,7 @@
"simple-nixos-mailserver": {
"inputs": {
"blobs": "blobs",
- "flake-compat": "flake-compat_2",
+ "flake-compat": "flake-compat_3",
"nixpkgs": "nixpkgs_3",
"nixpkgs-22_11": "nixpkgs-22_11",
"utils": "utils_3"