change ignis flake source (moved to ignis-sh)

This commit is contained in:
2025-06-04 22:53:10 +02:00
parent 8b7e6e7897
commit 03c97d8431
2 changed files with 8 additions and 8 deletions

14
flake.lock generated
View File

@@ -270,13 +270,13 @@
"locked": { "locked": {
"lastModified": 1735384240, "lastModified": 1735384240,
"narHash": "sha256-ikF9EzFlsRH8i4+SVUHETF4Jk1ob2JX1RLsuMdzrQOQ=", "narHash": "sha256-ikF9EzFlsRH8i4+SVUHETF4Jk1ob2JX1RLsuMdzrQOQ=",
"owner": "linkfrg", "owner": "ignis-sh",
"repo": "libgnome-volume-control-wheel", "repo": "libgnome-volume-control-wheel",
"rev": "2d1cb33dacdae43127bb843a48b159ea7b8925d0", "rev": "2d1cb33dacdae43127bb843a48b159ea7b8925d0",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "linkfrg", "owner": "ignis-sh",
"repo": "libgnome-volume-control-wheel", "repo": "libgnome-volume-control-wheel",
"type": "github" "type": "github"
} }
@@ -332,15 +332,15 @@
"systems": "systems_3" "systems": "systems_3"
}, },
"locked": { "locked": {
"lastModified": 1748238399, "lastModified": 1748898786,
"narHash": "sha256-U81PS8omY1FrR2qHkiCPblFABCaqwkcvq/1TQHVHWN8=", "narHash": "sha256-xesaq/lWC5NCQgIbY0CjIzt0lUPryzfdcf2my1X/zdU=",
"owner": "linkfrg", "owner": "ignis-sh",
"repo": "ignis", "repo": "ignis",
"rev": "9be1c66f41a02d9ff6ab7197929e41f713186a22", "rev": "8a94285fd9234fe457796440f806b7556b59e31f",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "linkfrg", "owner": "ignis-sh",
"repo": "ignis", "repo": "ignis",
"type": "github" "type": "github"
} }

View File

@@ -147,7 +147,7 @@
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
ignis = { ignis = {
url = "github:linkfrg/ignis"; url = "github:ignis-sh/ignis";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
nix-topology = { nix-topology = {