From fc18f82f03ee553a0c764fc24281f7c0af561477 Mon Sep 17 00:00:00 2001 From: niten Date: Tue, 25 Jun 2024 20:16:48 -0700 Subject: [PATCH] Switch to github --- flake.lock | 26 +++++++++++++------------- flake.nix | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/flake.lock b/flake.lock index 5718f1c..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": 1682303062, - "narHash": "sha256-x+KAADp27lbxeoPXLUMxKcRsUUHDlg+qVjt5PjgBw9A=", + "lastModified": 1710838473, + "narHash": "sha256-RLvwdQSENKOaLdKhNie8XqHmTXzNm00/M/THj6zplQo=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "f5364316e314436f6b9c8fd50592b18920ab18f9", + "rev": "fa9f817df522ac294016af3d40ccff82f5fd3a63", "type": "github" }, "original": { "id": "nixpkgs", - "ref": "nixos-22.11", + "ref": "nixos-23.11", "type": "indirect" } }, @@ -211,11 +211,11 @@ "systems": "systems" }, "locked": { - "lastModified": 1681202837, - "narHash": "sha256-H+Rh19JDwRtpVPAWp64F+rlEtxUWBAQW28eAi3SRSzg=", + "lastModified": 1710146030, + "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=", "owner": "numtide", "repo": "flake-utils", - "rev": "cfacdce06f30d2b68473a46042957675eebb3401", + "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 5bec7fc..625070e 100644 --- a/flake.nix +++ b/flake.nix @@ -4,7 +4,7 @@ inputs = { nixpkgs.url = "nixpkgs/nixos-23.11"; helpers = { - url = "git+https://fudo.dev/public/nix-helpers.git"; + url = "github:fudoniten/fudo-nix-helpers"; inputs.nixpkgs.follows = "nixpkgs"; }; utils.url = "github:numtide/flake-utils";