Skip to content

Commit

Permalink
yippie ?? probably
Browse files Browse the repository at this point in the history
  • Loading branch information
beh-10257 committed Oct 22, 2024
1 parent e5b4a75 commit 143b7c9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 15 deletions.
9 changes: 4 additions & 5 deletions packaging/nix/flake.lock

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

5 changes: 3 additions & 2 deletions packaging/nix/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
type = "github";
owner = "NixOS";
repo = "nixpkgs";
ref = "master";
rev = "16a8db078642abcacbeaab8ce4c5267857f18ff2";
ref = "nixpkgs-unstable";
#ref = "nixpkgs-unstable";
#rev = "16a8db078642abcacbeaab8ce4c5267857f18ff2";
};
};
outputs = { self, nixpkgs }:
Expand Down
8 changes: 0 additions & 8 deletions packaging/nix/umu-launcher.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,6 @@ python3Packages.buildPythonPackage {
pkgs.git
pkgs.python3Packages.installer
pkgs.hatch
#(pkgs.hatch.overrideAttrs (prev: {
# disabledTests = prev.disabledTests ++ [
# "test_field_readme"
# "test_field_string"
# "test_field_complex"
# "test_plugin_dependencies_unmet"
# ];
#}))
pkgs.python3Packages.build
];
propagatedBuildInputs = [
Expand Down
3 changes: 3 additions & 0 deletions packaging/nix/umu-run.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
buildFHSEnv {
name = "umu-run";
version = "${version}";
targetPkgs = pkgs: ([
package
]);
runScript = writeShellScript "umu-run-shell" ''
${package}/bin/umu "$@"
'';
Expand Down

0 comments on commit 143b7c9

Please sign in to comment.