diff options
author | Minijackson <minijackson@riseup.net> | 2021-05-28 20:20:56 +0200 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2021-05-28 20:20:56 +0200 |
commit | bdb24fdbb21bf93b70a09734c60a8071c397da84 (patch) | |
tree | 882e87290901374639c6bf77029158718bc7b712 /common | |
parent | 0c0941eeab73a8f1f5e4f1a1651a9b33c9927f62 (diff) | |
download | nixos-config-reborn-bdb24fdbb21bf93b70a09734c60a8071c397da84.tar.gz nixos-config-reborn-bdb24fdbb21bf93b70a09734c60a8071c397da84.zip |
tinc: add TODO for removing use of unstable
Diffstat (limited to 'common')
-rw-r--r-- | common/tinc.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/tinc.nix b/common/tinc.nix index e06bd27..c77afb7 100644 --- a/common/tinc.nix +++ b/common/tinc.nix | |||
@@ -5,6 +5,7 @@ inputs: | |||
5 | with lib; | 5 | with lib; |
6 | with builtins; | 6 | with builtins; |
7 | { | 7 | { |
8 | # TODO: remove use of unstable for NixOS 21.05 | ||
8 | imports = [ | 9 | imports = [ |
9 | (inputs.nixpkgs-unstable.outPath + "/nixos/modules/services/networking/tinc.nix") | 10 | (inputs.nixpkgs-unstable.outPath + "/nixos/modules/services/networking/tinc.nix") |
10 | ]; | 11 | ]; |