From 8540db683ade4caaeda432ed8d8f81cef96f3cea Mon Sep 17 00:00:00 2001 From: teutat3s Date: Thu, 2 Jun 2022 10:48:19 +0200 Subject: [PATCH] devos: use nix instead of nixFlakes alias, now that version 2.8 is stable in NixOS 22.05 --- shell/devos.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/devos.nix b/shell/devos.nix index 3fe0fa25..7ddbdb05 100644 --- a/shell/devos.nix +++ b/shell/devos.nix @@ -34,7 +34,7 @@ in ''); commands = with pkgs; [ - (devos nixFlakes) + (devos nix) (devos agenix) { category = "devos";