Add nix-serve-ng to outputs; add .envrc for flake direnv

This commit is contained in:
2023-06-27 13:20:42 -05:00
parent 17055e30a4
commit 6ff2f8ef59
4 changed files with 60 additions and 1 deletions

View File

@ -15,7 +15,7 @@
};
};
outputs = { self, nixpkgs, agenix, ... }@attrs:
outputs = { self, nixpkgs, agenix, nix-serve-ng, ... }@attrs:
let
pkgs = import nixpkgs { inherit system; };
shell = import ./shell.nix { inherit agenix pkgs; };