Skip to content

Commit

Permalink
used the right rev just before a broken nixpkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
beh-10257 committed Oct 18, 2024
1 parent 6757e58 commit cebb6c9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
9 changes: 5 additions & 4 deletions packaging/nix/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion packaging/nix/flake.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
{
description = "umu universal game launcher";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
nixpkgs = {
type = "github";
owner = "NixOS";
repo = "nixpkgs";
ref = "master";
rev = "16a8db078642abcacbeaab8ce4c5267857f18ff2";
};
};
outputs = { self, nixpkgs }:
let
Expand Down

0 comments on commit cebb6c9

Please sign in to comment.