Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Go Httpbin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Jira
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Container Registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSS
Nix
Go Httpbin
Commits
f6617d4b
Verified
Commit
f6617d4b
authored
1 year ago
by
Volker Schukai
Browse files
Options
Downloads
Patches
Plain Diff
chore: change nix config
parent
a0dc0e4e
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
flake.lock
+4
-4
4 additions, 4 deletions
flake.lock
flake.nix
+2
-2
2 additions, 2 deletions
flake.nix
with
7 additions
and
6 deletions
.gitignore
+
1
−
0
View file @
f6617d4b
...
...
@@ -25,3 +25,4 @@ _testmain.go
dist/*
coverage.txt
result
This diff is collapsed.
Click to expand it.
flake.lock
+
4
−
4
View file @
f6617d4b
...
...
@@ -55,16 +55,16 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 16936
63421
,
"narHash": "sha256-
ImMIlWE/idjcZAfxKK8sQA7A1Gi/O58u5/CJA+mxvl
8=",
"lastModified": 16936
36127
,
"narHash": "sha256-
ZlS/lFGzK7BJXX2YVGnP3yZi3T9OLOEtBCyMJsb91U
8=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "
e56990880811a451abd32515698c712788be5720
",
"rev": "
9075cba53e86dc318d159aee55dc9a7c9a4829c1
",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-
unstable
",
"ref": "nixos-
23.05
",
"repo": "nixpkgs",
"type": "github"
}
...
...
This diff is collapsed.
Click to expand it.
flake.nix
+
2
−
2
View file @
f6617d4b
{
description
=
"A
basic gomod2nix flake
"
;
description
=
"A
reasonably complete and well-tested golang port of Kenneth Reitz's httpbin service, with zero dependencies outside the go stdlib.
"
;
inputs
.
nixpkgs
.
url
=
"github:NixOS/nixpkgs/nixos-
unstable
"
;
inputs
.
nixpkgs
.
url
=
"github:NixOS/nixpkgs/nixos-
23.05
"
;
inputs
.
flake-utils
.
url
=
"github:numtide/flake-utils"
;
inputs
.
gomod2nix
.
url
=
"github:nix-community/gomod2nix"
;
...
...
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