pkgs: diff-flake: 0.2.0 -> 0.3.0

Change how `devShells` is handled: always build for the current system
and instead query for the name of the shell that should be built.
This commit is contained in:
Bruno BELANYI 2023-03-16 11:33:19 +00:00
parent 5413bf7fbb
commit b56674728f
2 changed files with 8 additions and 12 deletions

View file

@ -1,7 +1,7 @@
{ lib, coreutils, git, gnused, makeWrapper, stdenvNoCC }:
stdenvNoCC.mkDerivation rec {
pname = "diff-flake";
version = "0.2.0";
version = "0.3.0";
src = ./diff-flake;