aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2023-11-29 15:15:40 +0100
committerKarel Kočí <cynerd@email.cz>2023-11-29 15:15:40 +0100
commit63de9d1ba73784638d9241ec8f7288f96a201efb (patch)
tree76fa14dccbb2a2e427a85df610af7e2209164544 /flake.nix
parent5d8a8f374f715bf590bb28ff2c4718b4652fb0b1 (diff)
downloadnixos-personal-63de9d1ba73784638d9241ec8f7288f96a201efb.tar.gz
nixos-personal-63de9d1ba73784638d9241ec8f7288f96a201efb.tar.bz2
nixos-personal-63de9d1ba73784638d9241ec8f7288f96a201efb.zip
Remove sterm and update
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix10
1 files changed, 4 insertions, 6 deletions
diff --git a/flake.nix b/flake.nix
index a997eed..2a1b814 100644
--- a/flake.nix
+++ b/flake.nix
@@ -2,22 +2,20 @@
description = "Cynerd's personal flake";
inputs = {
- nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small";
+ nixpkgs.url = "nixpkgs/nixos-unstable-small";
personal-secret.url = "git+ssh://git@cynerd.cz/nixos-personal-secret";
- sterm.url = "github:wentasah/sterm";
agenix.url = "github:ryantm/agenix";
shvspy.url = "git+https://github.com/silicon-heaven/shvspy.git?submodules=1";
flatline.url = "git+https://gitlab.elektroline.cz/elektroline/flatlineng.git?submodules=1";
- shvcli.url = "git+https://gitlab.com/elektroline-predator/shvcli.git";
+ shvcli.url = "github:silicon-heaven/shvcli";
- #nixturris.url = "github:cynerd/nixturris";
- nixturris.url = "git+https://gitlab.com/cynerd/nixturris?ref=new-ci";
+ nixturris.url = "gitlab:cynerd/nixturris";
nixbigclown.url = "github:cynerd/nixbigclown";
vpsadminos.url = "github:vpsfreecz/vpsadminos";
shellrc.url = "git+https://git.cynerd.cz/shellrc";
- usbkey.url = "git+https://gitlab.com/cynerd/usbkey.git/";
+ usbkey.url = "gitlab:cynerd/usbkey";
};
outputs = {