From d6705e5a975f0de2562646bc246dcbe1a35a4bb7 Mon Sep 17 00:00:00 2001 From: Toast Date: Wed, 21 Jun 2023 17:08:22 +0200 Subject: [PATCH] Add plasma's sdk to the dev shell --- flake.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 8c8c19f..60407d9 100755 --- a/flake.nix +++ b/flake.nix @@ -24,9 +24,10 @@ outputs = {nixpkgs, agenix, home-manager, nixpkgs-unstable, nix-impermanence, .. name = "Environment for toast's nixos configurations"; # The agenix cli is not needed to activate a configuration, so instead of installing it # I'll just add it to de devShell, since that's the only real time I'm going to use it. - packages = [ + packages = with nixpkgs.legacyPackages.x86_64-linux; [ agenix.packages.x86_64-linux.default - nixpkgs.legacyPackages.x86_64-linux.git + git + plasma5Packages.plasma-sdk ]; shellHook ='' export PS1="$PS1(toast-configs)> "