diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2023-10-04 01:35:06 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2023-10-04 02:11:48 +0200 |
commit | 1a64deeb894dc95e2645a75771732c6cc53a79ad (patch) | |
tree | 1b9df4838f894577a09b9b260151756272efeb53 /pkgs/webapps/rompr | |
parent | fa25ffd4583cc362075cd5e1b4130f33306103f0 (diff) | |
download | Nix-1a64deeb894dc95e2645a75771732c6cc53a79ad.tar.gz Nix-1a64deeb894dc95e2645a75771732c6cc53a79ad.tar.zst Nix-1a64deeb894dc95e2645a75771732c6cc53a79ad.zip |
Squash changes containing private information
There were a lot of changes since the previous commit, but a lot of them
contained personnal information about users. All thos changes got
stashed into a single commit (history is kept in a different place) and
private information was moved in a separate private repository
Diffstat (limited to 'pkgs/webapps/rompr')
-rw-r--r-- | pkgs/webapps/rompr/default.nix | 8 | ||||
-rw-r--r-- | pkgs/webapps/rompr/rompr.json | 15 |
2 files changed, 0 insertions, 23 deletions
diff --git a/pkgs/webapps/rompr/default.nix b/pkgs/webapps/rompr/default.nix deleted file mode 100644 index 2accf00..0000000 --- a/pkgs/webapps/rompr/default.nix +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | { varDir ? "/var/lib/rompr", stdenv, mylibs }: | ||
2 | stdenv.mkDerivation (mylibs.fetchedGithub ./rompr.json // { | ||
3 | installPhase = '' | ||
4 | cp -a . $out | ||
5 | ln -sf ${varDir}/prefs $out/prefs | ||
6 | ln -sf ${varDir}/albumart $out/albumart | ||
7 | ''; | ||
8 | }) | ||
diff --git a/pkgs/webapps/rompr/rompr.json b/pkgs/webapps/rompr/rompr.json deleted file mode 100644 index 778d915..0000000 --- a/pkgs/webapps/rompr/rompr.json +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | { | ||
2 | "tag": "1.24", | ||
3 | "meta": { | ||
4 | "name": "rompr", | ||
5 | "url": "https://github.com/fatg3erman/RompR", | ||
6 | "branch": "refs/tags/1.24" | ||
7 | }, | ||
8 | "github": { | ||
9 | "owner": "fatg3erman", | ||
10 | "repo": "RompR", | ||
11 | "rev": "0d8f597027ac71b320963fe3f33f461a136312ad", | ||
12 | "sha256": "13p3c4whhmvz1vvh9fva5gdx4xji288k108hjdi8b1yn506lzix2", | ||
13 | "fetchSubmodules": true | ||
14 | } | ||
15 | } | ||