feat(flake): make my software using current nixpkgs.
This commit is contained in:
parent
220b28ad29
commit
d30f3933ac
1 changed files with 16 additions and 4 deletions
20
flake.nix
20
flake.nix
|
|
@ -75,16 +75,28 @@
|
||||||
agenix.url = "github:ryantm/agenix";
|
agenix.url = "github:ryantm/agenix";
|
||||||
|
|
||||||
# My selfhosted service, inspired by 0x0.st
|
# My selfhosted service, inspired by 0x0.st
|
||||||
upfast.url = "git+https://git.cronyakatsuki.xyz/crony/UpFast";
|
upfast = {
|
||||||
|
url = "git+https://git.cronyakatsuki.xyz/crony/UpFast";
|
||||||
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
};
|
||||||
|
|
||||||
# My note management app
|
# My note management app
|
||||||
note.url = "git+https://git.cronyakatsuki.xyz/crony/note";
|
note = {
|
||||||
|
url = "git+https://git.cronyakatsuki.xyz/crony/note";
|
||||||
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
};
|
||||||
|
|
||||||
# My custom script for downloading humble bundle bundle's
|
# My custom script for downloading humble bundle bundle's
|
||||||
hb-downloader.url = "git+https://git.cronyakatsuki.xyz/crony/hb-downloader";
|
hb-downloader = {
|
||||||
|
url = "git+https://git.cronyakatsuki.xyz/crony/hb-downloader";
|
||||||
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
};
|
||||||
|
|
||||||
# My flake for installing lnxlink
|
# My flake for installing lnxlink
|
||||||
lnxlink.url = "git+https://git.cronyakatsuki.xyz/crony/lnxlink-flake";
|
lnxlink = {
|
||||||
|
url = "git+https://git.cronyakatsuki.xyz/crony/lnxlink-flake";
|
||||||
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
};
|
||||||
|
|
||||||
# Dev version of hyprland
|
# Dev version of hyprland
|
||||||
hyprland = {
|
hyprland = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue