summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorseth <[email protected]>2024-05-22 01:38:12 -0400
committerseth <[email protected]>2024-05-22 16:21:31 -0600
commitb531d639c33983feec48fa1c3f6f0ebe4f0ef5a1 (patch)
treed6c032fde4a924b95162b6772a6867cbe552c2db /flake.lock
parent5092d107cd85187678383a0ea7dbcfbaef539064 (diff)
flake: start using flake-checks
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock16
1 files changed, 16 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
index f6a630a..4a29fb4 100644
--- a/flake.lock
+++ b/flake.lock
@@ -1,5 +1,20 @@
{
"nodes": {
+ "flake-checks": {
+ "locked": {
+ "lastModified": 1716193450,
+ "narHash": "sha256-wIbyIQRoLAfGe2v8W7LM6zEZ9Oy0jKuUX0HMUCLQJsM=",
+ "owner": "getchoo",
+ "repo": "flake-checks",
+ "rev": "842c3f225677aa55e44b94342f19c8f3e6f2be06",
+ "type": "github"
+ },
+ "original": {
+ "owner": "getchoo",
+ "repo": "flake-checks",
+ "type": "github"
+ }
+ },
"nixpkgs": {
"locked": {
"lastModified": 1716312448,
@@ -18,6 +33,7 @@
},
"root": {
"inputs": {
+ "flake-checks": "flake-checks",
"nixpkgs": "nixpkgs"
}
}