aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2022-06-23 12:28:29 +0200
committerKarel Kočí <cynerd@email.cz>2022-06-23 12:28:29 +0200
commit84115573e33efe82ae42643e1d3a4ecd618be501 (patch)
tree09050a645585b547c504f3badfd857689f9074a3 /flake.nix
parent5ec374830995b705cae116ea14e6190f8c4d3a29 (diff)
downloadnixos-personal-84115573e33efe82ae42643e1d3a4ecd618be501.tar.gz
nixos-personal-84115573e33efe82ae42643e1d3a4ecd618be501.tar.bz2
nixos-personal-84115573e33efe82ae42643e1d3a4ecd618be501.zip
pkgs/ferdium: update to 6.0.0-nightly.74
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index a887fe3..1a5851a 100644
--- a/flake.nix
+++ b/flake.nix
@@ -3,8 +3,11 @@
inputs = {
shellrc.url = "git+https://git.cynerd.cz/shellrc";
- nixturris.url = "git+https://git.cynerd.cz/nixturris";
personal-secret.url = "git+ssh://git@cynerd.cz/nixos-personal-secret";
+ nixturris = {
+ url = "git+https://git.cynerd.cz/nixturris";
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
sterm.url = "github:wentasah/sterm";
};