mirror of
https://github.com/mitchellh/zig-overlay.git
synced 2025-02-05 08:52:48 +02:00
Revert "Add name and description to shell : )"
This commit is contained in:
parent
153a623d17
commit
f29dc15782
1 changed files with 2 additions and 7 deletions
|
@ -1,10 +1,6 @@
|
||||||
let
|
|
||||||
name = "zig-overlay";
|
|
||||||
description = "An empty project that uses Zig.";
|
|
||||||
in
|
|
||||||
{
|
{
|
||||||
inherit name description;
|
description = "An empty project that uses Zig.";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:nixos/nixpkgs/release-22.05";
|
nixpkgs.url = "github:nixos/nixpkgs/release-22.05";
|
||||||
flake-utils.url = "github:numtide/flake-utils";
|
flake-utils.url = "github:numtide/flake-utils";
|
||||||
|
@ -38,7 +34,6 @@ in
|
||||||
pkgs = import nixpkgs {inherit overlays system;};
|
pkgs = import nixpkgs {inherit overlays system;};
|
||||||
in rec {
|
in rec {
|
||||||
devShells.default = pkgs.mkShell {
|
devShells.default = pkgs.mkShell {
|
||||||
inherit name description;
|
|
||||||
nativeBuildInputs = with pkgs; [
|
nativeBuildInputs = with pkgs; [
|
||||||
zigpkgs.master
|
zigpkgs.master
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Reference in a new issue