Better build-system

This commit is contained in:
Emery Hemingway 2023-06-07 18:06:11 +01:00
parent 3c2225013a
commit 6bdd8fafad
2 changed files with 5 additions and 1 deletions

2
.envrc
View File

@ -1,2 +1,2 @@
source_env ..
use flake syndicate#nix_actor
use nix

4
shell.nix Normal file
View File

@ -0,0 +1,4 @@
let
flake = builtins.getFlake "syndicate";
pkgs = import <nixpkgs> { overlays = [ flake.overlays.default ]; };
in pkgs.nix_actor