From cf939520b7370558d1edf3adcaa5f5d5918ac1a7 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Wed, 28 Jun 2023 20:43:46 -0700 Subject: [PATCH] updated flake and configuration --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 1a251a7..4c3d580 100644 --- a/flake.nix +++ b/flake.nix @@ -37,7 +37,7 @@ ]; environment.systemPackages = with pkgs; [ - erosanix.packages.x86_64-linux.somePackage + erosanix.packages.x86_64-linux.sparrow ]; };