adding nix-shell as a todo and tweaking the shell

This commit is contained in:
Chris Cochrun 2022-07-06 15:12:53 -05:00
parent 2f51355f49
commit a7c2c2487a
4 changed files with 17 additions and 17 deletions

View file

@ -1,6 +1,7 @@
{
description = "A Church Presentation Application";
inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
inputs.flake-utils.url = "github:numtide/flake-utils";
outputs = { self, nixpkgs, flake-utils }: