Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Bob
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
OSS
Bob
Commits
09c3dd36
Verified
Commit
09c3dd36
authored
1 year ago
by
Volker Schukai
Browse files
Options
Downloads
Patches
Plain Diff
chore: develop flake
parent
249ebf31
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
.direnv/flake-profile
+1
-1
1 addition, 1 deletion
.direnv/flake-profile
.direnv/flake-profile-28-link
+1
-0
1 addition, 0 deletions
.direnv/flake-profile-28-link
flake.nix
+6
-1
6 additions, 1 deletion
flake.nix
release.json
+1
-1
1 addition, 1 deletion
release.json
result
+1
-1
1 addition, 1 deletion
result
with
10 additions
and
4 deletions
.direnv/flake-profile
+
1
−
1
View file @
09c3dd36
flake-profile-27-link
\ No newline at end of file
flake-profile-28-link
\ No newline at end of file
This diff is collapsed.
Click to expand it.
.direnv/flake-profile-28-link
0 → 120000
+
1
−
0
View file @
09c3dd36
/nix/store/1f7b6a3dmnfcykz4y8ahapfav06jxjym-bob-0.3.16-env
\ No newline at end of file
This diff is collapsed.
Click to expand it.
flake.nix
+
6
−
1
View file @
09c3dd36
...
...
@@ -18,6 +18,11 @@
# Nixpkgs instantiated for supported system types.
nixpkgsFor
=
forAllSystems
(
system
:
import
nixpkgs
{
inherit
system
;
});
rootPath
=
./.
;
releaseJson
=
builtins
.
fromJSON
(
builtins
.
readFile
"
${
rootPath
}
/release.json"
);
currentVersion
=
releaseJson
.
version
;
in
{
...
...
@@ -29,7 +34,7 @@
{
go-hello
=
pkgs
.
buildGoModule
{
pname
=
"bob"
;
version
=
"0.5.3"
;
version
=
currentVersion
;
# In 'nix develop', we don't need a copy of the source tree
# in the Nix store.
...
...
This diff is collapsed.
Click to expand it.
release.json
+
1
−
1
View file @
09c3dd36
{
"version"
:
"0.
3.16
"
}
{
"version"
:
"0.
6.0
"
}
This diff is collapsed.
Click to expand it.
result
+
1
−
1
View file @
09c3dd36
/nix/store/q21v9ipxpaaix7ygr29vxgh6gv2v5d59-bob-0.5.3
\ No newline at end of file
/nix/store/njp5z2n7n9wg2jc30qaljb5lwxfk9s92-bob-0.6.0
\ No newline at end of file
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