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 @@
"nixpkgs-lib": "nixpkgs-lib"
},
"locked": {
"lastModified": 1704982712,
"narHash": "sha256-2Ptt+9h8dczgle2Oo6z5ni5rt/uLMG47UFTR1ry/wgg=",
"lastModified": 1706551415,
"narHash": "sha256-15s36w8kG2XIdhGBdQVuPiY+gQxWrvcGA9AszmvHBGQ=",
"owner": "hercules-ci",
"repo": "flake-parts",
"rev": "07f6395285469419cf9d078f59b5b49993198c00",
"rev": "bffc4be17f13c1e43aac906a62e1a6e5ae369c6b",
"type": "github"
},
"original": {
......@@ -191,11 +191,11 @@
"rev": "e63b1d6ae5526158fa2a1f4cd53b0ea4f4c93573",
"revCount": 18,
"type": "git",
"url": "https://gitlab.schukai.com/schukai/entwicklung/nix-flakes.git"
"url": "https://gitlab.schukai.com/schukai/entwicklung/nix-flakes"
},
"original": {
"type": "git",
"url": "https://gitlab.schukai.com/schukai/entwicklung/nix-flakes.git"
"url": "https://gitlab.schukai.com/schukai/entwicklung/nix-flakes"
}
},
"nixpkgs": {
......@@ -296,11 +296,11 @@
},
"nixpkgs_4": {
"locked": {
"lastModified": 1706098335,
"narHash": "sha256-r3dWjT8P9/Ah5m5ul4WqIWD8muj5F+/gbCdjiNVBKmU=",
"lastModified": 1706373441,
"narHash": "sha256-S1hbgNbVYhuY2L05OANWqmRzj4cElcbLuIkXTb69xkk=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "a77ab169a83a4175169d78684ddd2e54486ac651",
"rev": "56911ef3403a9318b7621ce745f5452fb9ef6867",
"type": "github"
},
"original": {
......@@ -401,11 +401,11 @@
"nixpkgs": "nixpkgs_5"
},
"locked": {
"lastModified": 1706285206,
"narHash": "sha256-3WWX6fckgMsFFOmYCuCRJqnLKFB2L3rS2EF6amD+Fp8=",
"lastModified": 1706462057,
"narHash": "sha256-7dG1D4iqqt0bEbBqUWk6lZiSqqwwAO0Hd1L5opVyhNM=",
"owner": "numtide",
"repo": "treefmt-nix",
"rev": "fbef7c773be115ed33f37e97256a9e8f6312b925",
"rev": "c6153c2a3ff4c38d231e3ae99af29b87f1df5901",
"type": "github"
},
"original": {
......
......@@ -8,7 +8,7 @@
flake-root.url = "github:srid/flake-root";
treefmt-nix.url = "github:numtide/treefmt-nix";
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 = {
......@@ -159,7 +159,8 @@
};
};
imports = [];
imports = [
];
packages = with pkgs; [
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