aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2025-08-06 11:27:38 +0200
committerKarel Kočí <cynerd@email.cz>2025-08-06 11:27:38 +0200
commit45e64b3e6d24b6fa5a9b0a442793ff3e5a75c6f3 (patch)
treeda439b855fb6da421f75e6eafc4fc5151865020a /flake.nix
parent3b1525c6423db76d95c8693e3d8d9f768f8d7471 (diff)
downloadnixos-personal-45e64b3e6d24b6fa5a9b0a442793ff3e5a75c6f3.tar.gz
nixos-personal-45e64b3e6d24b6fa5a9b0a442793ff3e5a75c6f3.tar.bz2
nixos-personal-45e64b3e6d24b6fa5a9b0a442793ff3e5a75c6f3.zip
nixos,pkgs: packages update
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix
index e4401f0..43721fe 100644
--- a/flake.nix
+++ b/flake.nix
@@ -82,9 +82,9 @@
packages = forSystems (
system:
{inherit (nixosdeploy.packages.${system}) default;}
- // (osFilterMap "toplevel")
- // (osFilterMap "tarball")
- // (osFilterMap "firmware")
+ // (osFilterMap system "toplevel")
+ // (osFilterMap system "tarball")
+ // (osFilterMap system "firmware")
);
devShells = withPkgs (import ./devShells);