Merge pull request 'rename asar' (#310) from update-flake into main

Reviewed-on: #310
This commit is contained in:
Charlotte 🦝 Delenk 2023-09-01 08:00:48 +00:00
commit a2856e6371
Signed by: gitea-bot
GPG key ID: C9974EDF9932B558
3 changed files with 3 additions and 3 deletions

View file

@ -75,7 +75,7 @@ in
kubo
plover-plugin-python-dictionary
plover-plugin-stenotype-extended
asar
asar-asm
bsnes-plus
sliding-sync
;

View file

@ -113,7 +113,7 @@
hydra-unstable
plover-plugin-python-dictionary
plover-plugin-stenotype-extended
asar
asar-asm
bsnes-plus
sliding-sync
;

View file

@ -124,7 +124,7 @@ system: self: super: let
kubo = self.callPackage ./ipfs/kubo {};
linux-bcachefs = self.callPackage ./linux/bcachefs {kernelPatches = [];};
bcachefs-tools = self.callPackage ./linux/bcachefs-tools {};
asar = self.callPackage ./compiler/asar {};
asar-asm = self.callPackage ./compiler/asar {};
bsnes-plus = self.libsForQt5.callPackage ./emulator/bsnes-plus {};
sliding-sync = self.callPackage ./matrix/sliding-sync {};
})