From 8bf562b10e7685d0aff410bb402b858bf098b27f Mon Sep 17 00:00:00 2001 From: Jean-Pierre PRUNARET Date: Mon, 19 Dec 2016 16:46:14 +0100 Subject: [PATCH] =?UTF-8?q?m=C3=A9nage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- release.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/release.nix b/release.nix index c02aeea..281c2c5 100644 --- a/release.nix +++ b/release.nix @@ -11,14 +11,6 @@ with (import { inherit supportedSystems jpierre03.gogs_jpierre03_homepage = import ./gogs-jpierre03-homepage.nix; jpierre03.gogs_openlayer = import ./gogs-openlayer.nix; - meta = with (import ); { - description = "Jobset de construction de paquets personnels"; - homepage = https://gogs.prunetwork.fr/nixos-config/nix-public-expressions/; - #license = licenses.gpl2; - maintainers = [ "Jean-Pierre PRUNARET " ]; - #platforms = platforms.linux; - }; - } /* // { # Simply assign a derivation to an attribute to have it built. hello_world_1 = pkgs_x86_64_linux.hello;