Skip to content
Snippets Groups Projects
Verified Commit 0f2c2d0c authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

fix: build process

parent 7424eafa
No related branches found
No related tags found
No related merge requests found
......@@ -171,11 +171,11 @@
"nixpkgs": "nixpkgs_2"
},
"locked": {
"lastModified": 1690656747,
"narHash": "sha256-h49g8saWlR4lSqZtt9PWHzlpc7bJMnDSZzoPhh+zfOQ=",
"lastModified": 1690668065,
"narHash": "sha256-7ac/7Lqh7CBAnwFv2YG2hnI9eTUR/9IWgfB0Xrnb/zU=",
"ref": "refs/heads/master",
"rev": "672d9effe471c442fb8a12ce6328ea3ee59b736c",
"revCount": 32,
"rev": "7424eafaa1ac95d6b237de0449926655d2bed94b",
"revCount": 35,
"type": "git",
"url": "https://gitlab.schukai.com/oss/utilities/version.git"
},
......
......@@ -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
......
......@@ -24,7 +24,6 @@
in
{
# Provide some binary packages for selected system types.
packages = forAllSystems (system:
let
pkgs = nixpkgsFor.${system};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment