remove scripts package

This commit is contained in:
Tim Schubert 2022-10-08 15:55:15 +02:00
parent dc03d3f41e
commit f5b63983fb
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -1,14 +0,0 @@
{ pkgs
, stdenv
, lib
,
}: (import
(pkgs.fetchgit {
url = "https://git.dadada.li/dadada/scripts.git";
sha256 = "sha256-Kdwb34XXLOl4AaiVmOZ3nlu/KdENMqvH+UwISv8Pyiw=";
rev = "065ff0f0ee9e44234678f0fefbba7961ea42518c";
})
{
stdenv = stdenv;
lib = lib;
})