From 98a9c54afe2300772f168ebe2755125e0ee79867 Mon Sep 17 00:00:00 2001 From: Paul Garlick Date: Fri, 25 Nov 2016 12:38:07 +0000 Subject: add Nix expression file --- tweed.nix | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 tweed.nix diff --git a/tweed.nix b/tweed.nix new file mode 100644 index 0000000..0d2df98 --- /dev/null +++ b/tweed.nix @@ -0,0 +1,19 @@ +;;; Tweed --- Package management for engineering software +;;; Copyright (C) 2016 Paul Garlick +;;; +;;; Tweed is free software: you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published by +;;; the Free Software Foundation, either version 3 of the License, or +;;; (at your option) any later version. +;;; +;;; This program is distributed in the hope that it will be useful, +;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;;; GNU General Public License for more details. +;;; +;;; You should have received a copy of the GNU General Public License +;;; along with Tweed. If not, see . + +with (import {}); + +{ inherit fontconfig freecad; } -- cgit