From 94f6cc9b4302d4cd3fce878d5ff8a9ba6d3768f7 Mon Sep 17 00:00:00 2001 From: twoneis Date: Mon, 30 Oct 2023 16:14:34 +0100 Subject: [PATCH] added arch to devShell --- gcc-devel/flake.nix | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/gcc-devel/flake.nix b/gcc-devel/flake.nix index 6b0abaf..11f0fe3 100644 --- a/gcc-devel/flake.nix +++ b/gcc-devel/flake.nix @@ -3,20 +3,16 @@ inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; - - utils = { - url = "github:numtide/flake-utils"; - }; }; - outputs = { self, nixpkgs, utils, ... }: + outputs = { self, nixpkgs, ... }: let system = "x86_64-linux"; pkgs = import nixpkgs { inherit system; }; in { - devShell = pkgs.mkShell rec { + devShell.x86_64-linux = pkgs.mkShell rec { name = "gcc-devel"; packages = with pkgs; [ cmake