Switch to github

This commit is contained in:
2024-06-25 20:16:48 -07:00
parent 746a925553
commit fc18f82f03
2 changed files with 14 additions and 14 deletions
Generated
+13 -13
View File
@@ -111,17 +111,17 @@
"utils": "utils_2" "utils": "utils_2"
}, },
"locked": { "locked": {
"lastModified": 1677792046, "lastModified": 1710949108,
"narHash": "sha256-GU7czTodGN+6ijrz5MuREJMyfPo9aDsXRjaZA+nl+ys=", "narHash": "sha256-cocKWzG2pk1ekJFYLCfQtK3IFgDBHnWvwFOYpCcpvqc=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "d54fa928c37e7f260c2b99bc733634347e83d9fd", "rev": "16e42021a2905bd2ada8f552584263da27dabb2a",
"revCount": 32, "revCount": 75,
"type": "git", "type": "git",
"url": "https://git.fudo.org/fudo-public/nix-helpers.git" "url": "https://fudo.dev/public/nix-helpers.git"
}, },
"original": { "original": {
"type": "git", "type": "git",
"url": "https://git.fudo.org/fudo-public/nix-helpers.git" "url": "https://fudo.dev/public/nix-helpers.git"
} }
}, },
"nixpkgs": { "nixpkgs": {
@@ -141,16 +141,16 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1682303062, "lastModified": 1710838473,
"narHash": "sha256-x+KAADp27lbxeoPXLUMxKcRsUUHDlg+qVjt5PjgBw9A=", "narHash": "sha256-RLvwdQSENKOaLdKhNie8XqHmTXzNm00/M/THj6zplQo=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "f5364316e314436f6b9c8fd50592b18920ab18f9", "rev": "fa9f817df522ac294016af3d40ccff82f5fd3a63",
"type": "github" "type": "github"
}, },
"original": { "original": {
"id": "nixpkgs", "id": "nixpkgs",
"ref": "nixos-22.11", "ref": "nixos-23.11",
"type": "indirect" "type": "indirect"
} }
}, },
@@ -211,11 +211,11 @@
"systems": "systems" "systems": "systems"
}, },
"locked": { "locked": {
"lastModified": 1681202837, "lastModified": 1710146030,
"narHash": "sha256-H+Rh19JDwRtpVPAWp64F+rlEtxUWBAQW28eAi3SRSzg=", "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=",
"owner": "numtide", "owner": "numtide",
"repo": "flake-utils", "repo": "flake-utils",
"rev": "cfacdce06f30d2b68473a46042957675eebb3401", "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a",
"type": "github" "type": "github"
}, },
"original": { "original": {
+1 -1
View File
@@ -4,7 +4,7 @@
inputs = { inputs = {
nixpkgs.url = "nixpkgs/nixos-23.11"; nixpkgs.url = "nixpkgs/nixos-23.11";
helpers = { helpers = {
url = "git+https://fudo.dev/public/nix-helpers.git"; url = "github:fudoniten/fudo-nix-helpers";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
utils.url = "github:numtide/flake-utils"; utils.url = "github:numtide/flake-utils";