From fe494d781867b757054778bcea6df5f54d00ac34 Mon Sep 17 00:00:00 2001 From: Suzanne Soy Date: Sun, 21 Feb 2021 20:35:20 +0000 Subject: [PATCH] added dependency --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index f5102d5..fbb95e5 100644 --- a/flake.nix +++ b/flake.nix @@ -8,7 +8,7 @@ let system = "x86_64-linux"; in let nixpkgs = import nixpkgs-git { config = { allowUnfree = true;}; system = system; }; in - let mypackages = with nixpkgs; [ coreutils python3 ]; in + let mypackages = with nixpkgs; [ coreutils python3 sqlite ]; in with import nixpkgs-git { system = "x86_64-linux"; }; symlinkJoin {