Skip to content

Commit

Permalink
docker.nix: use niv
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Sep 30, 2020
1 parent 58eb322 commit 8d46c58
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docker.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
# --argstr tag <image-tag>
# )
let
# TODO: Use the same nixpkgs used in project.nix (create a shared
# nixpkgs.nix?)
pkgs = import (import ./nixpkgs.nix) {};
sources = import nix/sources.nix {};
pkgs = import sources.nixpkgs {};
neuron = import ./. {};
in {
name ? "sridca/neuron"
Expand Down

0 comments on commit 8d46c58

Please sign in to comment.