Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Version
Manage
Activity
Members
Plan
Jira
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSS
Utilities
Version
Commits
0f2c2d0c
Verified
Commit
0f2c2d0c
authored
1 year ago
by
Volker Schukai
Browse files
Options
Downloads
Patches
Plain Diff
fix: build process
parent
7424eafa
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
devenv.lock
+4
-4
4 additions, 4 deletions
devenv.lock
devenv.nix
+3
-3
3 additions, 3 deletions
devenv.nix
flake.nix
+0
-1
0 additions, 1 deletion
flake.nix
with
7 additions
and
8 deletions
devenv.lock
+
4
−
4
View file @
0f2c2d0c
...
...
@@ -171,11 +171,11 @@
"nixpkgs": "nixpkgs_2"
},
"locked": {
"lastModified": 16906
56747
,
"narHash": "sha256-
h49g8saWlR4lSqZtt9PWHzlpc7bJMnDSZzoPhh+zfOQ
=",
"lastModified": 16906
68065
,
"narHash": "sha256-
7ac/7Lqh7CBAnwFv2YG2hnI9eTUR/9IWgfB0Xrnb/zU
=",
"ref": "refs/heads/master",
"rev": "
672d9effe471c442fb8a12ce6328ea3ee59b736c
",
"revCount": 3
2
,
"rev": "
7424eafaa1ac95d6b237de0449926655d2bed94b
",
"revCount": 3
5
,
"type": "git",
"url": "https://gitlab.schukai.com/oss/utilities/version.git"
},
...
...
This diff is collapsed.
Click to expand it.
devenv.nix
+
3
−
3
View file @
0f2c2d0c
...
...
@@ -2,7 +2,7 @@
{
pkgs
,
inputs
,
phps
,
lib
,
config
,
modulesPath
,
...
}:
{
env
.
LD_LIBRARY_PATH
=
lib
.
makeLibraryPath
[
];
env
.
APP_NAME
=
"version"
;
# https://devenv.sh/packages/
...
...
@@ -50,7 +50,7 @@
# You can use it to build the app
scripts
.
build-app
.
exec
=
''
#!
${
pkgs
.
bash
}
/bin/bash
#set -euo pipefail
set -x
PATH="
''$
{PATH}":
${
pkgs
.
coreutils
}
/bin
...
...
This diff is collapsed.
Click to expand it.
flake.nix
+
0
−
1
View file @
0f2c2d0c
...
...
@@ -24,7 +24,6 @@
in
{
# Provide some binary packages for selected system types.
packages
=
forAllSystems
(
system
:
let
pkgs
=
nixpkgsFor
.
${
system
};
...
...
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