remove scripts package and use flake

This commit is contained in:
Tim Schubert 2021-08-01 19:28:28 +02:00
parent 7ff1c1922f
commit 1e56cd9c83
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
4 changed files with 8 additions and 6 deletions

View file

@ -22,6 +22,10 @@
url = git+https://gitlab.com/khumba/nvd.git;
inputs.nixpkgs.follows = "nixpkgs";
};
scripts = {
url = git+https://git.dadada.li/dadada/scripts.git?ref=main;
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = { ... } @ args: import ./outputs.nix args;