Skip to content

Commit

Permalink
hmmmmmmm trying to break it
Browse files Browse the repository at this point in the history
  • Loading branch information
beh-10257 committed Oct 22, 2024
1 parent 143b7c9 commit 6abb24d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
7 changes: 4 additions & 3 deletions packaging/nix/flake.lock

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

2 changes: 2 additions & 0 deletions packaging/nix/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
ref = "nixpkgs-unstable";
#ref = "nixpkgs-unstable";
#rev = "16a8db078642abcacbeaab8ce4c5267857f18ff2";
#borked
rev = "6572a49f3c8ba5e1e3aba47c3e86a9c313fa8171";
};
};
outputs = { self, nixpkgs }:
Expand Down
6 changes: 3 additions & 3 deletions packaging/nix/umu-run.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
buildFHSEnv {
name = "umu-run";
version = "${version}";
targetPkgs = pkgs: ([
package
]);
#targetPkgs = pkgs: ([
# package
#]);
runScript = writeShellScript "umu-run-shell" ''
${package}/bin/umu "$@"
'';
Expand Down

0 comments on commit 6abb24d

Please sign in to comment.