From 5c9694b0df330ed63cf5fa65393759505da667a4 Mon Sep 17 00:00:00 2001 From: ozpv <39195175+ozpv@users.noreply.github.com> Date: Sun, 3 Mar 2024 14:46:45 +0000 Subject: add dev shell --- flake.nix | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index cd1d812..4b9885a 100644 --- a/flake.nix +++ b/flake.nix @@ -16,14 +16,13 @@ pkgs = nixpkgs.legacyPackages.${system}; in { - nixosConfigurations.ozpv = nixpkgs.lib.nixosSystem { - specialArgs = {inherit inputs;}; - modules = [ - ./configuration.nix - inputs.home-manager.nixosModules.default - ]; - }; - + specialArgs = {inherit inputs;}; + modules = [ + ./configuration.nix + inputs.home-manager.nixosModules.default + ]; + }; + devShells.x86_64-linux.default = (import ./shells/rust.nix {inherit pkgs; }); }; } -- cgit v1.2.3