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