summaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2026-02-11 22:13:33 +0100
committermakefu <github@syntax-fehler.de>2026-02-11 22:13:33 +0100
commit490e66008b3e2837589d0c60ecfb3358fbfb089d (patch)
treebea05b1e1c97dc2d74e5a871941381784e74cfba /flake.nix
parentdce904dd1a33c8a2ca9f56b0f33f85f493eda499 (diff)
parent0122ded2137e568e771e753c0c3a17b1b20d9ca7 (diff)
Merge remote-tracking branch 'github/master'
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index c3a218dcf..527e4c8ef 100644
--- a/flake.nix
+++ b/flake.nix
@@ -2,6 +2,7 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nix-writers.url = "git+https://cgit.krebsco.de/nix-writers";
+ nix-writers.inputs.nixpkgs.follows = "nixpkgs";
# disko.url = "github:nix-community/disko";
# disko.inputs.nixpkgs.follows = "nixpkgs";
buildbot-nix.url = "github:Mic92/buildbot-nix";