Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
systems
starfall
Commits
a577b4db
Commit
a577b4db
authored
2 years ago
by
Daniel Firth
Browse files
Options
Download
Email Patches
Plain Diff
inputs: flake-utils: init at refs/tags/v1.0.0
parent
4002ede4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
0 deletions
+30
-0
flake.lock
flake.lock
+27
-0
flake.nix
flake.nix
+3
-0
No files found.
flake.lock
0 → 100644
View file @
a577b4db
{
"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
}
This diff is collapsed.
Click to expand it.
flake.nix
View file @
a577b4db
...
...
@@ -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
,
...
}:
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment