From 29452e0bbeac68eb34ff691a32cc52591ce7f809 Mon Sep 17 00:00:00 2001 From: Volker Schukai <volker.schukai@schukai.com> Date: Mon, 29 Jan 2024 21:11:45 +0100 Subject: [PATCH] chore: update --- flake.lock | 22 +++++++++++----------- flake.nix | 5 +++-- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/flake.lock b/flake.lock index 9030291..4123ba5 100644 --- a/flake.lock +++ b/flake.lock @@ -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": { diff --git a/flake.nix b/flake.nix index 36d1edf..9d8dffe 100644 --- a/flake.nix +++ b/flake.nix @@ -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}" -- GitLab