mirror of
https://github.com/Trensa-Organization/hy3.git
synced 2025-03-15 18:53:40 +01:00
Remove explicit gcc12Stdenv in flake
This commit is contained in:
parent
d892bb6db7
commit
7cd6505403
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
hyprlandSystems = fn: nixpkgs.lib.genAttrs (builtins.attrNames hyprland.packages) (system: fn system nixpkgs.legacyPackages.${system});
|
||||
in {
|
||||
packages = hyprlandSystems (system: pkgs: rec {
|
||||
hy3 = pkgs.gcc12Stdenv.mkDerivation {
|
||||
hy3 = pkgs.stdenv.mkDerivation {
|
||||
pname = "hy3";
|
||||
version = "0.1";
|
||||
src = ./.;
|
||||
|
@ -35,7 +35,7 @@
|
|||
});
|
||||
|
||||
devShells = hyprlandSystems (system: pkgs: {
|
||||
default = pkgs.mkShell.override { stdenv = pkgs.gcc12Stdenv; } {
|
||||
default = pkgs.mkShell {
|
||||
name = "hy3";
|
||||
|
||||
nativeBuildInputs = with pkgs; [
|
||||
|
|
Loading…
Add table
Reference in a new issue