flake.nix: inputs names are string
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
parent
5e96dac497
commit
1bd700064f
1 changed files with 53 additions and 53 deletions
106
flake.nix
106
flake.nix
|
|
@ -2,34 +2,34 @@
|
||||||
description = "hand7s'es flake";
|
description = "hand7s'es flake";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
agenix = {
|
"agenix" = {
|
||||||
flake = true;
|
flake = true;
|
||||||
type = "github";
|
type = "github";
|
||||||
owner = "yaxitech";
|
owner = "yaxitech";
|
||||||
repo = "ragenix";
|
repo = "ragenix";
|
||||||
};
|
};
|
||||||
|
|
||||||
agenix-rekey = {
|
"agenix-rekey" = {
|
||||||
flake = true;
|
flake = true;
|
||||||
type = "github";
|
type = "github";
|
||||||
owner = "oddlama";
|
owner = "oddlama";
|
||||||
repo = "agenix-rekey";
|
repo = "agenix-rekey";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs = {
|
"nixpkgs" = {
|
||||||
follows = "nixpkgs";
|
follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
ayugram-desktop = {
|
"ayugram-desktop" = {
|
||||||
flake = true;
|
flake = true;
|
||||||
type = "github";
|
type = "github";
|
||||||
owner = "ndfined-crp";
|
owner = "ndfined-crp";
|
||||||
repo = "ayugram-desktop";
|
repo = "ayugram-desktop";
|
||||||
};
|
};
|
||||||
|
|
||||||
chaotic = {
|
"chaotic" = {
|
||||||
flake = true;
|
flake = true;
|
||||||
type = "github";
|
type = "github";
|
||||||
owner = "chaotic-cx";
|
owner = "chaotic-cx";
|
||||||
|
|
@ -37,110 +37,110 @@
|
||||||
ref = "nyxpkgs-unstable";
|
ref = "nyxpkgs-unstable";
|
||||||
};
|
};
|
||||||
|
|
||||||
deploy-rs = {
|
"deploy-rs" = {
|
||||||
flake = true;
|
flake = true;
|
||||||
type = "github";
|
type = "github";
|
||||||
owner = "serokell";
|
owner = "serokell";
|
||||||
repo = "deploy-rs";
|
repo = "deploy-rs";
|
||||||
};
|
};
|
||||||
|
|
||||||
devenv = {
|
"devenv" = {
|
||||||
flake = true;
|
flake = true;
|
||||||
type = "github";
|
type = "github";
|
||||||
owner = "cachix";
|
owner = "cachix";
|
||||||
repo = "devenv";
|
repo = "devenv";
|
||||||
};
|
};
|
||||||
|
|
||||||
devshell = {
|
"devshell" = {
|
||||||
flake = true;
|
flake = true;
|
||||||
type = "github";
|
type = "github";
|
||||||
owner = "numtide";
|
owner = "numtide";
|
||||||
repo = "devshell";
|
repo = "devshell";
|
||||||
};
|
};
|
||||||
|
|
||||||
disko = {
|
"disko" = {
|
||||||
flake = true;
|
flake = true;
|
||||||
type = "github";
|
type = "github";
|
||||||
owner = "nix-community";
|
owner = "nix-community";
|
||||||
repo = "disko";
|
repo = "disko";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs = {
|
"nixpkgs" = {
|
||||||
follows = "nixpkgs";
|
follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
flake-parts = {
|
"flake-parts" = {
|
||||||
flake = true;
|
flake = true;
|
||||||
type = "github";
|
type = "github";
|
||||||
owner = "hercules-ci";
|
owner = "hercules-ci";
|
||||||
repo = "flake-parts";
|
repo = "flake-parts";
|
||||||
};
|
};
|
||||||
|
|
||||||
freesm = {
|
"freesm" = {
|
||||||
flake = true;
|
flake = true;
|
||||||
type = "github";
|
type = "github";
|
||||||
owner = "freesmteam";
|
owner = "freesmteam";
|
||||||
repo = "freesmlauncher";
|
repo = "freesmlauncher";
|
||||||
};
|
};
|
||||||
|
|
||||||
github-actions-nix = {
|
"github-actions-nix" = {
|
||||||
flake = true;
|
flake = true;
|
||||||
type = "github";
|
type = "github";
|
||||||
owner = "synapdeck";
|
owner = "synapdeck";
|
||||||
repo = "github-actions-nix";
|
repo = "github-actions-nix";
|
||||||
};
|
};
|
||||||
|
|
||||||
git-hooks-nix = {
|
"git-hooks-nix" = {
|
||||||
flake = true;
|
flake = true;
|
||||||
type = "github";
|
type = "github";
|
||||||
owner = "cachix";
|
owner = "cachix";
|
||||||
repo = "git-hooks.nix";
|
repo = "git-hooks.nix";
|
||||||
};
|
};
|
||||||
|
|
||||||
home-manager = {
|
"home-manager" = {
|
||||||
flake = true;
|
flake = true;
|
||||||
type = "github";
|
type = "github";
|
||||||
owner = "nix-community";
|
owner = "nix-community";
|
||||||
repo = "home-manager";
|
repo = "home-manager";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs = {
|
"nixpkgs" = {
|
||||||
follows = "nixpkgs";
|
follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
homebrew-bundle = {
|
"homebrew-bundle" = {
|
||||||
flake = false;
|
flake = false;
|
||||||
type = "github";
|
type = "github";
|
||||||
owner = "homebrew";
|
owner = "homebrew";
|
||||||
repo = "homebrew-bundle";
|
repo = "homebrew-bundle";
|
||||||
};
|
};
|
||||||
|
|
||||||
homebrew-cask = {
|
"homebrew-cask" = {
|
||||||
flake = false;
|
flake = false;
|
||||||
type = "github";
|
type = "github";
|
||||||
owner = "homebrew";
|
owner = "homebrew";
|
||||||
repo = "homebrew-cask";
|
repo = "homebrew-cask";
|
||||||
};
|
};
|
||||||
|
|
||||||
homebrew-core = {
|
"homebrew-core" = {
|
||||||
flake = false;
|
flake = false;
|
||||||
type = "github";
|
type = "github";
|
||||||
owner = "homebrew";
|
owner = "homebrew";
|
||||||
repo = "homebrew-core";
|
repo = "homebrew-core";
|
||||||
};
|
};
|
||||||
|
|
||||||
hyprland = {
|
"hyprland" = {
|
||||||
flake = true;
|
flake = true;
|
||||||
type = "github";
|
type = "github";
|
||||||
owner = "hyprwm";
|
owner = "hyprwm";
|
||||||
repo = "Hyprland";
|
repo = "Hyprland";
|
||||||
};
|
};
|
||||||
|
|
||||||
lanzaboote = {
|
"lanzaboote" = {
|
||||||
flake = true;
|
flake = true;
|
||||||
type = "github";
|
type = "github";
|
||||||
owner = "nix-community";
|
owner = "nix-community";
|
||||||
|
|
@ -148,40 +148,40 @@
|
||||||
ref = "v0.4.2";
|
ref = "v0.4.2";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs = {
|
"nixpkgs" = {
|
||||||
follows = "nixpkgs";
|
follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
nekoflake = {
|
"nekoflake" = {
|
||||||
flake = true;
|
flake = true;
|
||||||
type = "github";
|
type = "github";
|
||||||
owner = "s0me1newithhand7s";
|
owner = "s0me1newithhand7s";
|
||||||
repo = "nekoflake";
|
repo = "nekoflake";
|
||||||
};
|
};
|
||||||
|
|
||||||
nix-bwrapper = {
|
"nix-bwrapper" = {
|
||||||
flake = true;
|
flake = true;
|
||||||
type = "github";
|
type = "github";
|
||||||
owner = "Naxdy";
|
owner = "Naxdy";
|
||||||
repo = "nix-bwrapper";
|
repo = "nix-bwrapper";
|
||||||
};
|
};
|
||||||
|
|
||||||
nix-darwin = {
|
"nix-darwin" = {
|
||||||
flake = true;
|
flake = true;
|
||||||
type = "github";
|
type = "github";
|
||||||
owner = "LnL7";
|
owner = "LnL7";
|
||||||
repo = "nix-darwin";
|
repo = "nix-darwin";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs = {
|
"nixpkgs" = {
|
||||||
follows = "nixpkgs";
|
follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
nix-cachyos-kernel = {
|
"nix-cachyos-kernel" = {
|
||||||
flake = true;
|
flake = true;
|
||||||
type = "github";
|
type = "github";
|
||||||
owner = "xddxdd";
|
owner = "xddxdd";
|
||||||
|
|
@ -189,78 +189,78 @@
|
||||||
ref = "release";
|
ref = "release";
|
||||||
};
|
};
|
||||||
|
|
||||||
nix-mineral = {
|
"nix-mineral" = {
|
||||||
flake = true;
|
flake = true;
|
||||||
type = "github";
|
type = "github";
|
||||||
owner = "cynicsketch";
|
owner = "cynicsketch";
|
||||||
repo = "nix-mineral";
|
repo = "nix-mineral";
|
||||||
};
|
};
|
||||||
|
|
||||||
nix-homebrew = {
|
"nix-homebrew" = {
|
||||||
flake = true;
|
flake = true;
|
||||||
type = "github";
|
type = "github";
|
||||||
owner = "zhaofengli";
|
owner = "zhaofengli";
|
||||||
repo = "nix-homebrew";
|
repo = "nix-homebrew";
|
||||||
};
|
};
|
||||||
|
|
||||||
nix-index-database = {
|
"nix-index-database" = {
|
||||||
flake = true;
|
flake = true;
|
||||||
type = "github";
|
type = "github";
|
||||||
owner = "nix-community";
|
owner = "nix-community";
|
||||||
repo = "nix-index-database";
|
repo = "nix-index-database";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs = {
|
"nixpkgs" = {
|
||||||
follows = "nixpkgs";
|
follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
nix-on-droid = {
|
"nix-on-droid" = {
|
||||||
flake = true;
|
flake = true;
|
||||||
type = "github";
|
type = "github";
|
||||||
owner = "nix-community";
|
owner = "nix-community";
|
||||||
repo = "nix-on-droid";
|
repo = "nix-on-droid";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs = {
|
"nixpkgs" = {
|
||||||
follows = "nixpkgs";
|
follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
home-manager = {
|
"home-manager" = {
|
||||||
follows = "home-manager";
|
follows = "home-manager";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
nixos-anywhere = {
|
"nixos-anywhere" = {
|
||||||
flake = true;
|
flake = true;
|
||||||
type = "github";
|
type = "github";
|
||||||
owner = "nix-community";
|
owner = "nix-community";
|
||||||
repo = "nixos-anywhere";
|
repo = "nixos-anywhere";
|
||||||
};
|
};
|
||||||
|
|
||||||
nixos-cli = {
|
"nixos-cli" = {
|
||||||
flake = true;
|
flake = true;
|
||||||
type = "github";
|
type = "github";
|
||||||
owner = "nix-community";
|
owner = "nix-community";
|
||||||
repo = "nixos-cli";
|
repo = "nixos-cli";
|
||||||
};
|
};
|
||||||
|
|
||||||
nixos-generators = {
|
"nixos-generators" = {
|
||||||
flake = true;
|
flake = true;
|
||||||
type = "github";
|
type = "github";
|
||||||
owner = "nix-community";
|
owner = "nix-community";
|
||||||
repo = "nixos-generators";
|
repo = "nixos-generators";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs = {
|
"nixpkgs" = {
|
||||||
follows = "nixpkgs";
|
follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
nixos-wsl = {
|
"nixos-wsl" = {
|
||||||
flake = true;
|
flake = true;
|
||||||
type = "github";
|
type = "github";
|
||||||
owner = "nix-community";
|
owner = "nix-community";
|
||||||
|
|
@ -268,7 +268,7 @@
|
||||||
ref = "main";
|
ref = "main";
|
||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs = {
|
"nixpkgs" = {
|
||||||
flake = true;
|
flake = true;
|
||||||
type = "github";
|
type = "github";
|
||||||
owner = "nixos";
|
owner = "nixos";
|
||||||
|
|
@ -276,83 +276,83 @@
|
||||||
ref = "nixos-unstable";
|
ref = "nixos-unstable";
|
||||||
};
|
};
|
||||||
|
|
||||||
noctalia = {
|
"noctalia" = {
|
||||||
flake = true;
|
flake = true;
|
||||||
type = "github";
|
type = "github";
|
||||||
owner = "noctalia-dev";
|
owner = "noctalia-dev";
|
||||||
repo = "noctalia-shell";
|
repo = "noctalia-shell";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs = {
|
"nixpkgs" = {
|
||||||
follows = "nixpkgs";
|
follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
quickshell = {
|
"quickshell" = {
|
||||||
follows = "quickshell";
|
follows = "quickshell";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
quickshell = {
|
"quickshell" = {
|
||||||
flake = true;
|
flake = true;
|
||||||
type = "git";
|
type = "git";
|
||||||
url = "https://git.outfoxxed.me/quickshell/quickshell";
|
url = "https://git.outfoxxed.me/quickshell/quickshell";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs = {
|
"nixpkgs" = {
|
||||||
follows = "nixpkgs";
|
follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
sops-nix = {
|
"sops-nix" = {
|
||||||
flake = true;
|
flake = true;
|
||||||
type = "github";
|
type = "github";
|
||||||
owner = "Mic92";
|
owner = "Mic92";
|
||||||
repo = "sops-nix";
|
repo = "sops-nix";
|
||||||
};
|
};
|
||||||
|
|
||||||
spicetify-nix = {
|
"spicetify-nix" = {
|
||||||
flake = true;
|
flake = true;
|
||||||
type = "github";
|
type = "github";
|
||||||
owner = "Gerg-L";
|
owner = "Gerg-L";
|
||||||
repo = "spicetify-nix";
|
repo = "spicetify-nix";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs = {
|
"nixpkgs" = {
|
||||||
follows = "nixpkgs";
|
follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
stylix = {
|
"stylix" = {
|
||||||
flake = true;
|
flake = true;
|
||||||
type = "github";
|
type = "github";
|
||||||
owner = "nix-community";
|
owner = "nix-community";
|
||||||
repo = "stylix";
|
repo = "stylix";
|
||||||
};
|
};
|
||||||
|
|
||||||
system-manager = {
|
"system-manager" = {
|
||||||
flake = true;
|
flake = true;
|
||||||
type = "github";
|
type = "github";
|
||||||
owner = "numtide";
|
owner = "numtide";
|
||||||
repo = "system-manager";
|
repo = "system-manager";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs = {
|
"nixpkgs" = {
|
||||||
follows = "nixpkgs";
|
follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
treefmt-nix = {
|
"treefmt-nix" = {
|
||||||
flake = true;
|
flake = true;
|
||||||
type = "github";
|
type = "github";
|
||||||
owner = "numtide";
|
owner = "numtide";
|
||||||
repo = "treefmt-nix";
|
repo = "treefmt-nix";
|
||||||
};
|
};
|
||||||
|
|
||||||
vscserver = {
|
"vscserver" = {
|
||||||
flake = true;
|
flake = true;
|
||||||
type = "github";
|
type = "github";
|
||||||
owner = "nix-community";
|
owner = "nix-community";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue