Switch to github

This commit is contained in:
niten 2024-06-25 20:16:48 -07:00
parent 746a925553
commit fc18f82f03
2 changed files with 14 additions and 14 deletions

26
flake.lock generated
View File

@ -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": {

View File

@ -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";