mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-09-10 04:40:05 +00:00
⬆️ Update flake inputs (2025-07-28) and remove lockfile duplicates
This commit is contained in:
parent
f4c0982a4d
commit
880ae420ea
3 changed files with 198 additions and 261 deletions
14
flake.nix
14
flake.nix
|
@ -21,8 +21,11 @@
|
|||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
easy-hosts.url = "github:tgirlcloud/easy-hosts";
|
||||
sops-nix.url = "github:Mic92/sops-nix";
|
||||
minegrub-theme.url = "github:Lxtharia/minegrub-theme";
|
||||
|
||||
sops-nix = {
|
||||
url = "github:Mic92/sops-nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
flake-parts = {
|
||||
url = "github:hercules-ci/flake-parts";
|
||||
|
@ -41,6 +44,13 @@
|
|||
|
||||
nixcord = {
|
||||
url = "github:kaylorben/nixcord";
|
||||
inputs.flake-parts.follows = "flake-parts";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
minegrub-theme = {
|
||||
url = "github:Lxtharia/minegrub-theme";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue