diff options
author | stuebinm | 2022-07-19 02:31:38 +0200 |
---|---|---|
committer | stuebinm | 2022-07-19 02:31:38 +0200 |
commit | c64eb9f14637e0cc8f7dcb1db07515390c25ef38 (patch) | |
tree | bd8bc50575f0d3e089376cf342a2f88fa92ba72b /abbenay | |
parent | bdf36207b30da84573a4ca40923b066be6bcfab6 (diff) |
update flake inputs
(also remove some broken things / reduce closure size for chaski)
Diffstat (limited to '')
-rw-r--r-- | abbenay/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abbenay/configuration.nix b/abbenay/configuration.nix index 47f9a9b..0474c62 100644 --- a/abbenay/configuration.nix +++ b/abbenay/configuration.nix @@ -19,7 +19,7 @@ environment.systemPackages = with pkgs; [ gnome3.gnome-tweaks - flatpak flatpak-builder + flatpak # for mounting samba cifs-utils ]; |