flake: migrate and update flake-compat input (#1947)
Link: https://github.com/nix-community/stylix/pull/1947 Reviewed-by: awwpotato <awwpotato@voidq.com>
This commit is contained in:
commit
f8f4e3c365
3 changed files with 9 additions and 9 deletions
|
|
@ -4,7 +4,7 @@
|
|||
lock = builtins.fromJSON (builtins.readFile ./flake/dev/flake.lock);
|
||||
in
|
||||
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;
|
||||
}
|
||||
) { src = ./.; }).defaultNix
|
||||
|
|
|
|||
10
flake/dev/flake.lock
generated
10
flake/dev/flake.lock
generated
|
|
@ -53,15 +53,15 @@
|
|||
},
|
||||
"flake-compat": {
|
||||
"locked": {
|
||||
"lastModified": 1747046372,
|
||||
"narHash": "sha256-CIVLLkVgvHYbgI2UpXvIIBJ12HWgX+fjA8Xf8PUmqCY=",
|
||||
"owner": "edolstra",
|
||||
"lastModified": 1761588595,
|
||||
"narHash": "sha256-XKUZz9zewJNUj46b4AJdiRZJAvSZ0Dqj2BNfXvFlJC4=",
|
||||
"owner": "NixOS",
|
||||
"repo": "flake-compat",
|
||||
"rev": "9100a0f413b0c601e0533d1d94ffd501ce2e7885",
|
||||
"rev": "f387cd2afec9419c8ee37694406ca490c3f34ee5",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "edolstra",
|
||||
"owner": "NixOS",
|
||||
"repo": "flake-compat",
|
||||
"type": "github"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
# dev-systems.url = "github:nix-systems/default";
|
||||
#
|
||||
# # keep-sorted start block=yes newline_separated=yes
|
||||
# flake-compat.url = "github:edolstra/flake-compat";
|
||||
# flake-compat.url = "github:NixOS/flake-compat";
|
||||
#
|
||||
# git-hooks = {
|
||||
# url = "github:cachix/git-hooks.nix";
|
||||
|
|
@ -79,7 +79,7 @@
|
|||
# };
|
||||
#
|
||||
# # keep-sorted start block=yes newline_separated=yes
|
||||
# flake-compat.url = "github:edolstra/flake-compat";
|
||||
# flake-compat.url = "github:NixOS/flake-compat";
|
||||
#
|
||||
# git-hooks = {
|
||||
# url = "github:cachix/git-hooks.nix";
|
||||
|
|
@ -130,7 +130,7 @@
|
|||
dev-systems.url = "github:nix-systems/default";
|
||||
|
||||
# keep-sorted start block=yes newline_separated=yes
|
||||
flake-compat.url = "github:edolstra/flake-compat";
|
||||
flake-compat.url = "github:NixOS/flake-compat";
|
||||
|
||||
git-hooks = {
|
||||
url = "github:cachix/git-hooks.nix";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue