From cc2c7f41db73fd16bf1f6c825c6191d2272250d4 Mon Sep 17 00:00:00 2001 From: Sense T Date: Sat, 22 Jul 2023 10:39:29 +0000 Subject: [PATCH] 1 --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 0a64d96..3179cc7 100644 --- a/flake.nix +++ b/flake.nix @@ -26,7 +26,7 @@ impermanence.url = "github:nix-community/impermanence"; }; - outputs = { self, nixpkgs, ... }: { + outputs = { self, nixpkgs, impermanence, ... }: { nixosConfigurations.default = nixpkgs.lib.nixosSystem rec { system = "aarch64-linux";