Flake: add non-flake inputs
This commit is contained in:
parent
74cadfd80f
commit
f58fdb8d49
2 changed files with 28 additions and 4 deletions
17
flake.lock
generated
17
flake.lock
generated
|
|
@ -56,6 +56,22 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"eza-themes": {
|
||||||
|
"flake": false,
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1726839736,
|
||||||
|
"narHash": "sha256-dd9KBb3Upg+x/4ImQwSwKWtDHyfk/29zLkmrVgHVsh0=",
|
||||||
|
"owner": "eza-community",
|
||||||
|
"repo": "eza-themes",
|
||||||
|
"rev": "302f4783dcd84a8221f1da8223d1ea0885fd26e3",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "eza-community",
|
||||||
|
"repo": "eza-themes",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
},
|
||||||
"flake-compat": {
|
"flake-compat": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
|
|
@ -553,6 +569,7 @@
|
||||||
"agenix": "agenix",
|
"agenix": "agenix",
|
||||||
"catppuccin": "catppuccin",
|
"catppuccin": "catppuccin",
|
||||||
"catppuccin-vsc": "catppuccin-vsc",
|
"catppuccin-vsc": "catppuccin-vsc",
|
||||||
|
"eza-themes": "eza-themes",
|
||||||
"home-manager": "home-manager_2",
|
"home-manager": "home-manager_2",
|
||||||
"home-manager-unstable": "home-manager-unstable",
|
"home-manager-unstable": "home-manager-unstable",
|
||||||
"jovian": "jovian",
|
"jovian": "jovian",
|
||||||
|
|
|
||||||
15
flake.nix
15
flake.nix
|
|
@ -68,10 +68,6 @@
|
||||||
|
|
||||||
catppuccin.url = "github:catppuccin/nix";
|
catppuccin.url = "github:catppuccin/nix";
|
||||||
|
|
||||||
lix = {
|
|
||||||
url = "https://git.lix.systems/lix-project/lix/archive/main.tar.gz";
|
|
||||||
flake = false;
|
|
||||||
};
|
|
||||||
lix-module = {
|
lix-module = {
|
||||||
url = "https://git.lix.systems/lix-project/nixos-module/archive/main.tar.gz";
|
url = "https://git.lix.systems/lix-project/nixos-module/archive/main.tar.gz";
|
||||||
inputs.nixpkgs.follows = "nixpkgs-raw";
|
inputs.nixpkgs.follows = "nixpkgs-raw";
|
||||||
|
|
@ -87,6 +83,17 @@
|
||||||
url = "github:Infinidoge/nix-minecraft";
|
url = "github:Infinidoge/nix-minecraft";
|
||||||
inputs.nixpkgs.follows = "nixpkgs-raw";
|
inputs.nixpkgs.follows = "nixpkgs-raw";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Non flake inputs / random things
|
||||||
|
lix = {
|
||||||
|
url = "https://git.lix.systems/lix-project/lix/archive/main.tar.gz";
|
||||||
|
flake = false;
|
||||||
|
};
|
||||||
|
|
||||||
|
eza-themes = {
|
||||||
|
url = "github:eza-community/eza-themes";
|
||||||
|
flake = false;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = {...} @ inputs:
|
outputs = {...} @ inputs:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue