feat: use upstream version of hyprmonitors
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m25s
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m25s
This commit is contained in:
15
flake.lock
generated
15
flake.lock
generated
@@ -1648,14 +1648,17 @@
|
|||||||
"rust-overlay": "rust-overlay_5"
|
"rust-overlay": "rust-overlay_5"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1755355299,
|
"lastModified": 1755360211,
|
||||||
"narHash": "sha256-JPc+WfLsakUALqfOaZ68xN3tf8qo61Ybfiq9FicFLEQ=",
|
"narHash": "sha256-ZdHdkhn8COBJxTLrbgIsxTJ7NT0hCegrOYeYZv9vUqg=",
|
||||||
"path": "/home/servius/Projects/hyprmonitors",
|
"ref": "refs/heads/master",
|
||||||
"type": "path"
|
"rev": "4714208a0b1c9e6702112518378fb4833cc092d9",
|
||||||
|
"revCount": 8,
|
||||||
|
"type": "git",
|
||||||
|
"url": "ssh://gitea@git.darksailor.dev/servius/hyprmonitors"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"path": "/home/servius/Projects/hyprmonitors",
|
"type": "git",
|
||||||
"type": "path"
|
"url": "ssh://gitea@git.darksailor.dev/servius/hyprmonitors"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hyprutils": {
|
"hyprutils": {
|
||||||
|
|||||||
@@ -183,8 +183,8 @@
|
|||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
hyprmonitors = {
|
hyprmonitors = {
|
||||||
# url = "git+ssh://gitea@git.darksailor.dev/servius/hyprmonitors";
|
url = "git+ssh://gitea@git.darksailor.dev/servius/hyprmonitors";
|
||||||
url = "path:/home/servius/Projects/hyprmonitors";
|
# url = "path:/home/servius/Projects/hyprmonitors";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
nix-minecraft.url = "github:Infinidoge/nix-minecraft";
|
nix-minecraft.url = "github:Infinidoge/nix-minecraft";
|
||||||
|
|||||||
Reference in New Issue
Block a user