Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dex
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hdacloud
dex
Commits
9ce65f31
Unverified
Commit
9ce65f31
authored
1 year ago
by
Mark Sagi-Kazar
Browse files
Options
Downloads
Patches
Plain Diff
chore: update flake
Signed-off-by:
Mark Sagi-Kazar
<
mark.sagikazar@gmail.com
>
parent
033cf8bb
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
flake.lock
+24
-6
24 additions, 6 deletions
flake.lock
flake.nix
+1
-1
1 addition, 1 deletion
flake.nix
with
25 additions
and
7 deletions
flake.lock
+
24
−
6
View file @
9ce65f31
{
"nodes": {
"flake-utils": {
"inputs": {
"systems": "systems"
},
"locked": {
"lastModified": 1
67628339
4,
"narHash": "sha256-
XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4
=",
"lastModified": 1
70530923
4,
"narHash": "sha256-
uNRRNRKmJyCRC/8y1RqBkqWBLM034y4qN7EprSdmgyA
=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "
3db36a8b464d0c4532ba1c
7dda
728f4576d6d073
",
"rev": "
1ef2e671c3b0c19053962c0
7d
b
da
38332dcebf26
",
"type": "github"
},
"original": {
...
...
@@ -17,11 +20,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1
678654296
,
"narHash": "sha256-
aVfw3ThpY7vkUeF1rFy10NAkpKDS2imj3IakrzT0Occ
=",
"lastModified": 1
708807242
,
"narHash": "sha256-
sRTRkhMD4delO/hPxxi+XwLqPn8BuUq6nnj4JqLwOu0
=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "
5a1dc8acd977ff3dccd1328b7c4a6995429a656b
",
"rev": "
73de017ef2d18a04ac4bfd0c02650007ccb31c2a
",
"type": "github"
},
"original": {
...
...
@@ -35,6 +38,21 @@
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
}
},
"systems": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
}
},
"root": "root",
...
...
This diff is collapsed.
Click to expand it.
flake.nix
+
1
−
1
View file @
9ce65f31
...
...
@@ -11,7 +11,7 @@
system
:
let
pkgs
=
nixpkgs
.
legacyPackages
.
${
system
};
buildDeps
=
with
pkgs
;
[
git
go_1_2
0
gnumake
];
buildDeps
=
with
pkgs
;
[
git
go_1_2
1
gnumake
];
devDeps
=
with
pkgs
;
buildDeps
++
[
golangci-lint
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment