commit fe494d781867b757054778bcea6df5f54d00ac34
parent bc725b6268216cd0e345126946fe299e4daca643
Author: Suzanne Soy <git@suzanne.soy>
Date: Sun, 21 Feb 2021 20:35:20 +0000
added dependency
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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 {