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

chore: build

parent 226cf5dc
No related branches found
No related tags found
No related merge requests found
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
...@@ -74,11 +74,11 @@ ...@@ -74,11 +74,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1689431009, "lastModified": 1689503327,
"narHash": "sha256-hPgQCRWP5q/Xc4qOIP3c2krR9nQua78+t9EDiuey5nc=", "narHash": "sha256-qVwzYLA8oT2oWNDXO0A3bZHOhoPOihIB9T677+Hor1E=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "af8279f65fe71ce5a448408034a8c06e2b4b2c66", "rev": "f64b9738da8e86195766147e9752c67fccee006c",
"type": "github" "type": "github"
}, },
"original": { "original": {
...@@ -104,6 +104,21 @@ ...@@ -104,6 +104,21 @@
"type": "github" "type": "github"
} }
}, },
"nixpkgs_2": {
"locked": {
"lastModified": 1689503327,
"narHash": "sha256-qVwzYLA8oT2oWNDXO0A3bZHOhoPOihIB9T677+Hor1E=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "f64b9738da8e86195766147e9752c67fccee006c",
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "nixos-23.05",
"type": "indirect"
}
},
"pre-commit-hooks": { "pre-commit-hooks": {
"inputs": { "inputs": {
"flake-compat": "flake-compat", "flake-compat": "flake-compat",
...@@ -132,7 +147,8 @@ ...@@ -132,7 +147,8 @@
"inputs": { "inputs": {
"devenv": "devenv", "devenv": "devenv",
"nixpkgs": "nixpkgs", "nixpkgs": "nixpkgs",
"pre-commit-hooks": "pre-commit-hooks" "pre-commit-hooks": "pre-commit-hooks",
"version": "version"
} }
}, },
"systems": { "systems": {
...@@ -149,6 +165,24 @@ ...@@ -149,6 +165,24 @@
"repo": "default", "repo": "default",
"type": "github" "type": "github"
} }
},
"version": {
"inputs": {
"nixpkgs": "nixpkgs_2"
},
"locked": {
"lastModified": 1689584837,
"narHash": "sha256-fthvNvvzQlXBP2is6UanGY06nKmmBOU1m+NJoOtptpA=",
"ref": "refs/heads/master",
"rev": "226cf5dc731ce42d842466257382e983a0bb2c4c",
"revCount": 25,
"type": "git",
"url": "https://gitlab.schukai.com/oss/utilities/version.git"
},
"original": {
"type": "git",
"url": "https://gitlab.schukai.com/oss/utilities/version.git"
}
} }
}, },
"root": "root", "root": "root",
......
...@@ -2,13 +2,11 @@ ...@@ -2,13 +2,11 @@
{ pkgs, inputs, phps, lib, config, modulesPath,... }: { pkgs, inputs, phps, lib, config, modulesPath,... }:
{ {
# https://devenv.sh/packages/ # https://devenv.sh/packages/
packages = [ packages = [
inputs.version.defaultPackage."${builtins.currentSystem}"
pkgs.git pkgs.git
pkgs.gcc12 pkgs.gcc12
#pkgs.glibc
pkgs.go-task pkgs.go-task
pkgs.blackbox pkgs.blackbox
pkgs.blackbox-terminal pkgs.blackbox-terminal
...@@ -26,21 +24,12 @@ ...@@ -26,21 +24,12 @@
pkgs.gnugrep pkgs.gnugrep
pkgs.gnumake pkgs.gnumake
pkgs.util-linux pkgs.util-linux
# pkgs.logrotate
pkgs.httpie pkgs.httpie
pkgs.netcat pkgs.netcat
pkgs.memcached pkgs.memcached
pkgs.fd pkgs.fd
#pkgs.process-compose
# pkgs.glibc_multi
# pkgs.curl
]; ];
## curl geht nicht!
# https://devenv.sh/languages/
# languages.nix.enable = true;
languages = { languages = {
go = { go = {
enable = true; enable = true;
......
inputs: inputs:
nixpkgs: nixpkgs:
url: github:nixos/nixpkgs/nixos-23.05 url: github:nixos/nixpkgs/nixos-23.05
version:
url: git+https://gitlab.schukai.com/oss/utilities/version.git
flake: true
{ {
"version": "1.0.28" "version": "1.0.29"
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment