Commit a577b4db authored by Daniel Firth's avatar Daniel Firth
Browse files

inputs: flake-utils: init at refs/tags/v1.0.0

parent 4002ede4
{
"nodes": {
"flake-utils": {
"locked": {
"lastModified": 1652776076,
"narHash": "sha256-gzTw/v1vj4dOVbpBSJX4J0DwUR6LIyXo7/SuuTJp1kM=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "04c1b180862888302ddfb2e3ad9eaa63afc60cf8",
"type": "github"
},
"original": {
"owner": "numtide",
"ref": "refs/tags/v1.0.0",
"repo": "flake-utils",
"type": "github"
}
},
"root": {
"inputs": {
"flake-utils": "flake-utils"
}
}
},
"root": "root",
"version": 7
}
......@@ -3,6 +3,9 @@
description = "gitlab.horizon-haskell.net NixOS system image";
inputs = {
flake-utils.url = "github:numtide/flake-utils?ref=refs/tags/v1.0.0";
};
outputs = { self, ... }: {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment