Compare commits

..

No commits in common. "920f3c9670b1b9a62e7911cd17720d394648858c" and "3b8595a263ac689db59d06734a7336b311c42032" have entirely different histories.

3 changed files with 5 additions and 7 deletions

View file

@ -37,7 +37,7 @@ jobs:
uses: DeterminateSystems/nix-installer-action@main uses: DeterminateSystems/nix-installer-action@main
- name: Check formatting via Alejandra - name: Check formatting via Alejandra
run: nix run nixpkgs#alejandra -- --check . --exclude npins run: nix run nixpkgs#alejandra -- -c .
check-typos: check-typos:
name: "Check source tree for typos" name: "Check source tree for typos"

6
flake.lock generated
View file

@ -38,11 +38,11 @@
}, },
"mnw": { "mnw": {
"locked": { "locked": {
"lastModified": 1744592022, "lastModified": 1744497692,
"narHash": "sha256-QuWrCRiF3CUM99sgj3gXbIzB1IAVWS5IEfFHadbMA2g=", "narHash": "sha256-ikWRNR/P/aKCCySZnUfF1W0u0t6rSoJgQgKeDdCBAK8=",
"owner": "Gerg-L", "owner": "Gerg-L",
"repo": "mnw", "repo": "mnw",
"rev": "cf9e19413b6c2d995b55565cd99facf9c751b653", "rev": "c5322a2bf74c0066fd15ca35721561397a2e7eab",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -98,9 +98,7 @@ builtins.mapAttrs
Channel = getZip; Channel = getZip;
Tarball = getUrl; Tarball = getUrl;
} }
.${ .${spec.type}
spec.type
}
or (builtins.throw "Unknown source type ${spec.type}"); or (builtins.throw "Unknown source type ${spec.type}");
in in
spec // {outPath = mayOverride (func spec);} spec // {outPath = mayOverride (func spec);}