aboutsummaryrefslogtreecommitdiff
path: root/src/nix/devcontainer-feature.json
diff options
context:
space:
mode:
authordylhack.dev <followmelikethunder@pm.me>2023-01-24 21:28:54 +0300
committerGitHub <noreply@github.com>2023-01-24 21:28:54 +0300
commit676e824e92c7b2abe45f46c89580c96f99a8d43f (patch)
treeb824bfa381bbe3b9ca51c900d9054593e21847d4 /src/nix/devcontainer-feature.json
parent3a579894a02c7eb76184cf7305d67fe3f69b789f (diff)
features/nix: remove PGP check (#414)
* nix: remove PGP check * fix issues
Diffstat (limited to 'src/nix/devcontainer-feature.json')
-rw-r--r--src/nix/devcontainer-feature.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/devcontainer-feature.json b/src/nix/devcontainer-feature.json
index b112040..664f68c 100644
--- a/src/nix/devcontainer-feature.json
+++ b/src/nix/devcontainer-feature.json
@@ -1,6 +1,6 @@
{
"id": "nix",
- "version": "1.1.1",
+ "version": "1.1.2",
"name": "Nix Package Manager",
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/nix",
"description": "Installs the Nix package manager and optionally a set of packages.",