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

chore: update

parent 3020a854
No related branches found
No related tags found
No related merge requests found
...@@ -42,11 +42,11 @@ ...@@ -42,11 +42,11 @@
"nixpkgs-lib": "nixpkgs-lib" "nixpkgs-lib": "nixpkgs-lib"
}, },
"locked": { "locked": {
"lastModified": 1704982712, "lastModified": 1706551415,
"narHash": "sha256-2Ptt+9h8dczgle2Oo6z5ni5rt/uLMG47UFTR1ry/wgg=", "narHash": "sha256-15s36w8kG2XIdhGBdQVuPiY+gQxWrvcGA9AszmvHBGQ=",
"owner": "hercules-ci", "owner": "hercules-ci",
"repo": "flake-parts", "repo": "flake-parts",
"rev": "07f6395285469419cf9d078f59b5b49993198c00", "rev": "bffc4be17f13c1e43aac906a62e1a6e5ae369c6b",
"type": "github" "type": "github"
}, },
"original": { "original": {
...@@ -191,11 +191,11 @@ ...@@ -191,11 +191,11 @@
"rev": "e63b1d6ae5526158fa2a1f4cd53b0ea4f4c93573", "rev": "e63b1d6ae5526158fa2a1f4cd53b0ea4f4c93573",
"revCount": 18, "revCount": 18,
"type": "git", "type": "git",
"url": "https://gitlab.schukai.com/schukai/entwicklung/nix-flakes.git" "url": "https://gitlab.schukai.com/schukai/entwicklung/nix-flakes"
}, },
"original": { "original": {
"type": "git", "type": "git",
"url": "https://gitlab.schukai.com/schukai/entwicklung/nix-flakes.git" "url": "https://gitlab.schukai.com/schukai/entwicklung/nix-flakes"
} }
}, },
"nixpkgs": { "nixpkgs": {
...@@ -296,11 +296,11 @@ ...@@ -296,11 +296,11 @@
}, },
"nixpkgs_4": { "nixpkgs_4": {
"locked": { "locked": {
"lastModified": 1706098335, "lastModified": 1706373441,
"narHash": "sha256-r3dWjT8P9/Ah5m5ul4WqIWD8muj5F+/gbCdjiNVBKmU=", "narHash": "sha256-S1hbgNbVYhuY2L05OANWqmRzj4cElcbLuIkXTb69xkk=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "a77ab169a83a4175169d78684ddd2e54486ac651", "rev": "56911ef3403a9318b7621ce745f5452fb9ef6867",
"type": "github" "type": "github"
}, },
"original": { "original": {
...@@ -401,11 +401,11 @@ ...@@ -401,11 +401,11 @@
"nixpkgs": "nixpkgs_5" "nixpkgs": "nixpkgs_5"
}, },
"locked": { "locked": {
"lastModified": 1706285206, "lastModified": 1706462057,
"narHash": "sha256-3WWX6fckgMsFFOmYCuCRJqnLKFB2L3rS2EF6amD+Fp8=", "narHash": "sha256-7dG1D4iqqt0bEbBqUWk6lZiSqqwwAO0Hd1L5opVyhNM=",
"owner": "numtide", "owner": "numtide",
"repo": "treefmt-nix", "repo": "treefmt-nix",
"rev": "fbef7c773be115ed33f37e97256a9e8f6312b925", "rev": "c6153c2a3ff4c38d231e3ae99af29b87f1df5901",
"type": "github" "type": "github"
}, },
"original": { "original": {
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
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";
versionsTool.url = "git+https://gitlab.schukai.com/oss/utilities/version.git"; versionsTool.url = "git+https://gitlab.schukai.com/oss/utilities/version.git";
nix-templates.url = "git+https://gitlab.schukai.com/schukai/entwicklung/nix-flakes.git"; nix-templates.url = "git+https://gitlab.schukai.com/schukai/entwicklung/nix-flakes";
}; };
nixConfig = { nixConfig = {
...@@ -159,7 +159,8 @@ ...@@ -159,7 +159,8 @@
}; };
}; };
imports = []; imports = [
];
packages = with pkgs; [ packages = with pkgs; [
inputs.versionsTool.defaultPackage."${builtins.currentSystem}" inputs.versionsTool.defaultPackage."${builtins.currentSystem}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment