Use src = self.
This commit is contained in:
parent
894a69222c
commit
b2dbb6ff9e
|
@ -16,10 +16,11 @@
|
|||
version = "1.0";
|
||||
|
||||
# Fetch sources.
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://git.voronind.com/voronind/nixos_sample_package/archive/v1.tar.gz";
|
||||
hash = "sha256-zAXcCiRqOgMBChqabFjCmAaux1Yb9N+Y5jcE22zT3OI=";
|
||||
};
|
||||
src = inputs.self;
|
||||
# src = pkgs.fetchurl {
|
||||
# url = "https://git.voronind.com/voronind/nixos_sample_package/archive/v1.tar.gz";
|
||||
# hash = "sha256-zAXcCiRqOgMBChqabFjCmAaux1Yb9N+Y5jcE22zT3OI=";
|
||||
# };
|
||||
|
||||
# Bins go here.
|
||||
nativeBuildInputs = with pkgs; [
|
||||
|
|
Loading…
Reference in a new issue