Skip to content

Commit 3038481

Browse files
nix: update flake inputs and increment version number
1 parent bdd85c9 commit 3038481

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
let
1111
pkgs = import nixpkgs { inherit system; };
1212
inherit (pkgs.lib) cmakeBool optionals makeLibraryPath;
13-
inherit (pkgs.stdenv) isLinux isDarwin;
13+
inherit (pkgs.stdenv.hostPlatform) isLinux isDarwin;
1414

1515
revision = with self; if sourceInfo?dirtyRev
1616
then sourceInfo.dirtyRev
@@ -21,7 +21,7 @@
2121

2222
melonDS = pkgs.stdenv.mkDerivation {
2323
pname = "melonDS";
24-
version = "1.0-${shortRevision}";
24+
version = "1.1-${shortRevision}";
2525
src = ./.;
2626

2727
nativeBuildInputs = with pkgs; [

0 commit comments

Comments
 (0)