1
0
Fork 0
arcology-elixir/shell.nix

12 lines
348 B
Nix

# [[file:deploying.org::*Container build with \[\[file:../cce_nixos_core.org\]\[Nix\]\]][Container build with [[file:../cce_nixos_core.org][Nix]]:3]]
with import <nixpkgs> {};
pkgs.mkShell {
buildInputs = [
(import ./default.nix {
version = "0.1.0";
})
];
}
# Container build with [[file:../cce_nixos_core.org][Nix]]:3 ends here