Skip to content

Commit

Permalink
cleaning things up
Browse files Browse the repository at this point in the history
  • Loading branch information
beh-10257 committed Oct 22, 2024
1 parent 6abb24d commit 2e95e5e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 13 deletions.
7 changes: 3 additions & 4 deletions packaging/nix/flake.lock

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

4 changes: 0 additions & 4 deletions packaging/nix/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
owner = "NixOS";
repo = "nixpkgs";
ref = "nixpkgs-unstable";
#ref = "nixpkgs-unstable";
#rev = "16a8db078642abcacbeaab8ce4c5267857f18ff2";
#borked
rev = "6572a49f3c8ba5e1e3aba47c3e86a9c313fa8171";
};
};
outputs = { self, nixpkgs }:
Expand Down
3 changes: 1 addition & 2 deletions packaging/nix/umu-launcher.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{pyth1 ,python3Packages , umu-launcher, pkgs,version, ...}:
python3Packages.buildPythonPackage {
version = "${version}";
pname = "umu-launcher";
#version = "1.1.3-${umu-launcher.shortRev}";
version = "${version}";
src = umu-launcher;
pyproject = false;
depsBuildBuild = [
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 2e95e5e

Please sign in to comment.