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

fix: update libs and flake

parent 86bc54d1
No related branches found
No related tags found
No related merge requests found
...@@ -48,9 +48,6 @@ packages = [ ...@@ -48,9 +48,6 @@ packages = [
]; ];
``` ```
## Usage ## Usage
### Template ### Template
......
...@@ -46,11 +46,11 @@ ...@@ -46,11 +46,11 @@
tags = []; # add your tags here (eq "netgo" "osusergo" "static_build") tags = []; # add your tags here (eq "netgo" "osusergo" "static_build")
ldflags = [ ldflags = [
"-X 'main.version=${goPkgVersion}'" "-X 'gitlab.schukai.com/oss/bob/release.version=${goPkgVersion}'"
"-X 'main.commit=${goPkgHash}'" "-X 'gitlab.schukai.com/oss/bob/release.commit=${goPkgHash}'"
"-X 'main.build=${lastModifiedDate}'" "-X 'gitlab.schukai.com/oss/bob/release.buildDate=${lastModifiedDate}'"
"-X 'main.name=${goPkgName}'" "-X 'gitlab.schukai.com/oss/bob/release.name=${goPkgName}'"
"-X 'main.mnemonic=${goPkgMnemonic}'" "-X 'gitlab.schukai.com/oss/bob/release.mnemonic=${goPkgMnemonic}'"
]; ];
#vendorHash = pkgs.lib.fakeHash; #vendorHash = pkgs.lib.fakeHash;
......
File deleted
{ pkgs ? import <nixpkgs> {}, inputs, phps, lib, config, modulesPath, ... }:
{ {
pkgs ? import <nixpkgs> {},
inputs,
phps,
lib,
config,
modulesPath,
...
}: {
# https://devenv.sh/packages/ # https://devenv.sh/packages/
packages = with pkgs; [ packages = with pkgs; [
inputs.version.defaultPackage."${builtins.currentSystem}" inputs.version.defaultPackage."${builtins.currentSystem}"
...@@ -716,4 +710,6 @@ ...@@ -716,4 +710,6 @@
printLogfileAndExit 0 printLogfileAndExit 0
''; '';
} }
{ pkgs ? import <nixpkgs> {}, inputs, phps, lib, config, modulesPath, ... }:
{ {
pkgs ? import <nixpkgs> {},
inputs,
phps,
lib,
config,
modulesPath,
...
}: {
# https://devenv.sh/packages/ # https://devenv.sh/packages/
packages = with pkgs; [ packages = with pkgs; [
inputs.version.defaultPackage."${builtins.currentSystem}" inputs.version.defaultPackage."${builtins.currentSystem}"
...@@ -716,4 +710,6 @@ ...@@ -716,4 +710,6 @@
printLogfileAndExit 0 printLogfileAndExit 0
''; '';
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment