From c257fba02db29f3c46c4ca6cf70dbb6fb68bb955 Mon Sep 17 00:00:00 2001 From: niten Date: Tue, 25 Jun 2024 20:14:32 -0700 Subject: [PATCH] Switch to github --- flake.lock | 44 +++++++++++++++++++++++++++++++------------- flake.nix | 2 +- 2 files changed, 32 insertions(+), 14 deletions(-) diff --git a/flake.lock b/flake.lock index a7873b1..cd5eabf 100644 --- a/flake.lock +++ b/flake.lock @@ -111,17 +111,17 @@ "utils": "utils_2" }, "locked": { - "lastModified": 1677792046, - "narHash": "sha256-GU7czTodGN+6ijrz5MuREJMyfPo9aDsXRjaZA+nl+ys=", + "lastModified": 1710949108, + "narHash": "sha256-cocKWzG2pk1ekJFYLCfQtK3IFgDBHnWvwFOYpCcpvqc=", "ref": "refs/heads/master", - "rev": "d54fa928c37e7f260c2b99bc733634347e83d9fd", - "revCount": 32, + "rev": "16e42021a2905bd2ada8f552584263da27dabb2a", + "revCount": 75, "type": "git", - "url": "https://git.fudo.org/fudo-public/nix-helpers.git" + "url": "https://fudo.dev/public/nix-helpers.git" }, "original": { "type": "git", - "url": "https://git.fudo.org/fudo-public/nix-helpers.git" + "url": "https://fudo.dev/public/nix-helpers.git" } }, "nixpkgs": { @@ -141,16 +141,16 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1672580127, - "narHash": "sha256-3lW3xZslREhJogoOkjeZtlBtvFMyxHku7I/9IVehhT8=", + "lastModified": 1710838473, + "narHash": "sha256-RLvwdQSENKOaLdKhNie8XqHmTXzNm00/M/THj6zplQo=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "0874168639713f547c05947c76124f78441ea46c", + "rev": "fa9f817df522ac294016af3d40ccff82f5fd3a63", "type": "github" }, "original": { "id": "nixpkgs", - "ref": "nixos-22.05", + "ref": "nixos-23.11", "type": "indirect" } }, @@ -161,6 +161,21 @@ "utils": "utils_3" } }, + "systems": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, "utils": { "locked": { "lastModified": 1667395993, @@ -192,12 +207,15 @@ } }, "utils_3": { + "inputs": { + "systems": "systems" + }, "locked": { - "lastModified": 1678901627, - "narHash": "sha256-U02riOqrKKzwjsxc/400XnElV+UtPUQWpANPlyazjH0=", + "lastModified": 1710146030, + "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=", "owner": "numtide", "repo": "flake-utils", - "rev": "93a2b84fc4b70d9e089d029deacc3583435c2ed6", + "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 4fc6209..3669e66 100644 --- a/flake.nix +++ b/flake.nix @@ -5,7 +5,7 @@ nixpkgs.url = "nixpkgs/nixos-23.11"; utils.url = "github:numtide/flake-utils"; helpers = { - url = "git+https://fudo.dev/public/nix-helpers.git"; + url = "github:fudoniten/fudo-nix-helpers"; inputs.nixpkgs.follows = "nixpkgs"; }; };