mirror of
https://github.com/winapps-org/winapps.git
synced 2025-08-05 18:28:26 +02:00
fix: properly name patches & remove nixfmt pre-commit hook since it requires GHC & hackage
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
ci:
|
ci:
|
||||||
autoupdate_branch: "rewrite"
|
autoupdate_branch: "rewrite"
|
||||||
skip: [nixfmt]
|
|
||||||
|
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/Lucas-C/pre-commit-hooks
|
- repo: https://github.com/Lucas-C/pre-commit-hooks
|
||||||
@@ -49,8 +48,3 @@ repos:
|
|||||||
rev: v0.10.0.1
|
rev: v0.10.0.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: shellcheck
|
- id: shellcheck
|
||||||
|
|
||||||
- repo: https://github.com/NixOS/nixfmt
|
|
||||||
rev: d0c0cda4fe6b7ae2b9aa37f3ee15e6412573eb01
|
|
||||||
hooks:
|
|
||||||
- id: nixfmt
|
|
||||||
|
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
|||||||
(callPackage ../winapps { })
|
(callPackage ../winapps { })
|
||||||
];
|
];
|
||||||
|
|
||||||
patches = [ ./WinAppsLauncher.diff ];
|
patches = [ ./WinAppsLauncher.patch ];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteAllInPlace WinAppsLauncher.sh
|
substituteAllInPlace WinAppsLauncher.sh
|
||||||
|
Reference in New Issue
Block a user