Skip to content

Commit

Permalink
Fix docker.nix for srid#598
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Apr 14, 2021
1 parent 1d5cbba commit e8de164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# )
let
pkgs = import ./nixpkgs.nix {};
neuron = import ./.;
neuron = (import ./project.nix {}).neuron;
in {
name ? "sridca/neuron"
, tag ? "dev"
Expand Down

0 comments on commit e8de164

Please sign in to comment.