1
0
Fork 0
mirror of https://github.com/NixOS/nix-pills synced 2024-09-19 04:00:13 -04:00

updated third version of hello file.

This commit is contained in:
i97henka 2023-06-03 23:48:26 +01:00
parent d4deaeaebe
commit 73658ddd83

View file

@ -1,7 +1,8 @@
let
pkgs = import <nixpkgs> {};
mkDerivation = import ./autotools.nix pkgs;
in mkDerivation {
mymkDerivation = import ./autotools.nix pkgs;
in
mymkDerivation {
name = "hello";
src = ./hello-2.10.tar.gz;
src = ./hello-2.12.1.tar.gz;
}