From 7384448d8e65587d0899dddfd019d5b90d6ef80a Mon Sep 17 00:00:00 2001
From: Tom Prince <tom.prince@private.storage>
Date: Tue, 11 Jan 2022 14:04:39 -0700
Subject: [PATCH] Temporarily re-add nixpkgs-2105.nix file, so enable upgrading
 to the new path.

---
 nixpkgs-2105.nix | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 nixpkgs-2105.nix

diff --git a/nixpkgs-2105.nix b/nixpkgs-2105.nix
new file mode 100644
index 00000000..fbd7ca59
--- /dev/null
+++ b/nixpkgs-2105.nix
@@ -0,0 +1,6 @@
+# This actually imports nixos-21.11 but we need to keep this file around so that
+# upgrades work, as the on-node deployment script expects this file in the checkout.
+# See https://whetstone.privatestorage.io/privatestorage/PrivateStorageio/-/merge_requests/222#note_18600
+# This file can be removed once all nodes have been updated to point to the new file.
+
+import ./nixpkgs.nix
-- 
GitLab