mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-16 12:45:14 +01:00
gamer
This commit is contained in:
parent
67c1ae558d
commit
968ae89998
6 changed files with 57 additions and 4 deletions
9
custom-pkgs/sl/default.nix
Normal file
9
custom-pkgs/sl/default.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ pkgs, ... }: pkgs.writeShellApplication {
|
||||
name = "sl";
|
||||
runtimeInputs = with pkgs; [ niri jq ];
|
||||
derivationArgs = {
|
||||
# shellcheck can't comprehend our amazingly new bash syntax
|
||||
checkPhase = null;
|
||||
};
|
||||
text = builtins.readFile ./sl.sh;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue