nix/devshell: pin fourmolu 0.17.0.0

This commit is contained in:
Primrose 2025-04-13 11:13:49 +02:00
parent 66885d447e
commit 30bf52a283
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 24 additions and 3 deletions

View file

@ -49,6 +49,18 @@
"url": "https://github.com/edolstra/flake-compat/archive/v1.1.0.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"fourmolu-pin": {
"branch": "haskell-updates",
"description": "Nix Packages collection & NixOS",
"homepage": "",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "f6cf0e77542dd938f002652dd54391b973f792de",
"sha256": "1a8kcw1biyzmf5k8qjrji5fvgr8bbmi7fvf8pvfgjmf1df8rrcz1",
"type": "tarball",
"url": "https://github.com/NixOS/nixpkgs/archive/f6cf0e77542dd938f002652dd54391b973f792de.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"home-manager": {
"branch": "release-24.11",
"description": "Manage a user environment using Nix [maintainer=@rycee] ",