mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +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
|
||||
, lib
|
||||
, diffoscope
|
||||
, desktop-file-utils
|
||||
, flatpak-builder
|
||||
, editorconfig-checker
|
||||
, editorconfig-core-c
|
||||
@ -13,6 +14,7 @@
|
||||
mkShell {
|
||||
packages = [
|
||||
dasel # For converting various data into something.
|
||||
desktop-file-utils # Interacting with the desktop entry files are a must.
|
||||
diffoscope # `diff(1)` on steroids.
|
||||
flatpak-builder # A required tool.
|
||||
editorconfig-checker # We're most likely writing manifests in YAML so I need them consistent spaces.
|
||||
|
Loading…
Reference in New Issue
Block a user