ma programs-db: rip

This commit is contained in:
makefu 2018-02-26 19:05:50 +01:00
parent c222aadefe
commit b0edf1be81
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225
2 changed files with 1 additions and 13 deletions

View File

@ -1,12 +0,0 @@
{ stdenv }:
stdenv.mkDerivation rec {
name = "programs-db";
src = builtins.fetchTarball https://nixos.org/channels/nixos-unstable/nixexprs.tar.xz ;
phases = [ "unpackPhase" "installPhase" ];
installPhase = ''
cp programs.sqlite $out
'';
}