flake: migrate flake-compat input to NixOS organization
This commit is contained in:
parent
b81dc0a385
commit
6807c52cd9
3 changed files with 6 additions and 6 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
lock = builtins.fromJSON (builtins.readFile ./flake/dev/flake.lock);
|
lock = builtins.fromJSON (builtins.readFile ./flake/dev/flake.lock);
|
||||||
in
|
in
|
||||||
fetchTarball {
|
fetchTarball {
|
||||||
url = "https://github.com/edolstra/flake-compat/archive/${rev}.tar.gz";
|
url = "https://github.com/NixOS/flake-compat/archive/${rev}.tar.gz";
|
||||||
sha256 = narHash;
|
sha256 = narHash;
|
||||||
}
|
}
|
||||||
) { src = ./.; }).defaultNix
|
) { src = ./.; }).defaultNix
|
||||||
|
|
|
||||||
4
flake/dev/flake.lock
generated
4
flake/dev/flake.lock
generated
|
|
@ -55,13 +55,13 @@
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1747046372,
|
"lastModified": 1747046372,
|
||||||
"narHash": "sha256-CIVLLkVgvHYbgI2UpXvIIBJ12HWgX+fjA8Xf8PUmqCY=",
|
"narHash": "sha256-CIVLLkVgvHYbgI2UpXvIIBJ12HWgX+fjA8Xf8PUmqCY=",
|
||||||
"owner": "edolstra",
|
"owner": "NixOS",
|
||||||
"repo": "flake-compat",
|
"repo": "flake-compat",
|
||||||
"rev": "9100a0f413b0c601e0533d1d94ffd501ce2e7885",
|
"rev": "9100a0f413b0c601e0533d1d94ffd501ce2e7885",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "edolstra",
|
"owner": "NixOS",
|
||||||
"repo": "flake-compat",
|
"repo": "flake-compat",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@
|
||||||
# dev-systems.url = "github:nix-systems/default";
|
# dev-systems.url = "github:nix-systems/default";
|
||||||
#
|
#
|
||||||
# # keep-sorted start block=yes newline_separated=yes
|
# # keep-sorted start block=yes newline_separated=yes
|
||||||
# flake-compat.url = "github:edolstra/flake-compat";
|
# flake-compat.url = "github:NixOS/flake-compat";
|
||||||
#
|
#
|
||||||
# git-hooks = {
|
# git-hooks = {
|
||||||
# url = "github:cachix/git-hooks.nix";
|
# url = "github:cachix/git-hooks.nix";
|
||||||
|
|
@ -79,7 +79,7 @@
|
||||||
# };
|
# };
|
||||||
#
|
#
|
||||||
# # keep-sorted start block=yes newline_separated=yes
|
# # keep-sorted start block=yes newline_separated=yes
|
||||||
# flake-compat.url = "github:edolstra/flake-compat";
|
# flake-compat.url = "github:NixOS/flake-compat";
|
||||||
#
|
#
|
||||||
# git-hooks = {
|
# git-hooks = {
|
||||||
# url = "github:cachix/git-hooks.nix";
|
# url = "github:cachix/git-hooks.nix";
|
||||||
|
|
@ -130,7 +130,7 @@
|
||||||
dev-systems.url = "github:nix-systems/default";
|
dev-systems.url = "github:nix-systems/default";
|
||||||
|
|
||||||
# keep-sorted start block=yes newline_separated=yes
|
# keep-sorted start block=yes newline_separated=yes
|
||||||
flake-compat.url = "github:edolstra/flake-compat";
|
flake-compat.url = "github:NixOS/flake-compat";
|
||||||
|
|
||||||
git-hooks = {
|
git-hooks = {
|
||||||
url = "github:cachix/git-hooks.nix";
|
url = "github:cachix/git-hooks.nix";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue