mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 06:19:00 +00:00
shells/flatpak: update desktop-file-utils as one of the inputs
This commit is contained in:
parent
7d51879c9f
commit
2e451386d2
@ -3,6 +3,7 @@
|
|||||||
{ mkShell
|
{ mkShell
|
||||||
, lib
|
, lib
|
||||||
, diffoscope
|
, diffoscope
|
||||||
|
, desktop-file-utils
|
||||||
, flatpak-builder
|
, flatpak-builder
|
||||||
, editorconfig-checker
|
, editorconfig-checker
|
||||||
, editorconfig-core-c
|
, editorconfig-core-c
|
||||||
@ -13,6 +14,7 @@
|
|||||||
mkShell {
|
mkShell {
|
||||||
packages = [
|
packages = [
|
||||||
dasel # For converting various data into something.
|
dasel # For converting various data into something.
|
||||||
|
desktop-file-utils # Interacting with the desktop entry files are a must.
|
||||||
diffoscope # `diff(1)` on steroids.
|
diffoscope # `diff(1)` on steroids.
|
||||||
flatpak-builder # A required tool.
|
flatpak-builder # A required tool.
|
||||||
editorconfig-checker # We're most likely writing manifests in YAML so I need them consistent spaces.
|
editorconfig-checker # We're most likely writing manifests in YAML so I need them consistent spaces.
|
||||||
|
Loading…
Reference in New Issue
Block a user