mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
chore: adapt flake for 'nix flake check'
This commit is contained in:
parent
584cc31ce3
commit
453869609c
9 changed files with 24 additions and 14 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{ writeShellApplication, emacs-pgtk, sway, jq }:
|
||||
{ writeShellApplication, emacs30-pgtk, sway, jq }:
|
||||
|
||||
writeShellApplication {
|
||||
name = "e";
|
||||
runtimeInputs = [ emacs-pgtk sway jq ];
|
||||
runtimeInputs = [ emacs30-pgtk sway jq ];
|
||||
text = builtins.readFile ../../scripts/e.sh;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue