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

feat: update libs #8

parent 8be13db9
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,6 @@ ...@@ -8,7 +8,6 @@
flake-root.url = "github:srid/flake-root"; flake-root.url = "github:srid/flake-root";
treefmt-nix.url = "github:numtide/treefmt-nix"; treefmt-nix.url = "github:numtide/treefmt-nix";
versions-tool.url = "git+https://gitlab.schukai.com/oss/utilities/version.git"; versions-tool.url = "git+https://gitlab.schukai.com/oss/utilities/version.git";
}; };
nixConfig = { nixConfig = {
......
{ 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}"
...@@ -710,6 +716,4 @@ EOF ...@@ -710,6 +716,4 @@ EOF
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}"
...@@ -710,6 +716,4 @@ EOF ...@@ -710,6 +716,4 @@ EOF
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