From a01f3700fcd0d7e12c049eb04df6071304afc817 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 22 Mar 2023 09:45:34 -0300 Subject: Add "td" package in Guix and Nix --- etc/guix/home.scm | 1 + etc/nix/configuration.nix | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/etc/guix/home.scm b/etc/guix/home.scm index eea6d9c..7672a38 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -284,6 +284,7 @@ left it off the last time it was used.") cssc quilt + td wget tmux texinfo diff --git a/etc/nix/configuration.nix b/etc/nix/configuration.nix index 6ca3003..2375783 100644 --- a/etc/nix/configuration.nix +++ b/etc/nix/configuration.nix @@ -61,6 +61,7 @@ flutter hover dart + org-euandre.td ]; }; @@ -69,6 +70,12 @@ android_sdk.accept_license = true; allowUnfree = true; }; + overlays = [ + (import (fetchTarball { + url = + "https://euandre.org/git/package-repository/snapshot/package-repository-main.tar.xz"; + }) { inherit pkgs; }) + ]; }; services = { -- cgit v1.2.3