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:
parent
5413bf7fbb
commit
b56674728f
2 changed files with 8 additions and 12 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue