From a0a2de8359f8d70410a017060b81456a834201e9 Mon Sep 17 00:00:00 2001 From: Florian Sesser <florian@private.storage> Date: Tue, 13 Sep 2022 15:36:22 +0000 Subject: [PATCH] Remove obsolete nixpkgs pin Refs !222#note_18600 --- nixpkgs-2105.nix | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 nixpkgs-2105.nix diff --git a/nixpkgs-2105.nix b/nixpkgs-2105.nix deleted file mode 100644 index e33347a2..00000000 --- a/nixpkgs-2105.nix +++ /dev/null @@ -1,6 +0,0 @@ -# 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.private.storage/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