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