Spaces:
Running
Running
Jann Marc Villablanca mergify[bot] commited on
:bug: fix: update nix flake lock (#602)
Browse files- this updates rustc to 1.80.1
- `eslint` has been moved as a top-level package in upstream NixOS/nixpkgs
Context: package maintainers are slowly de-bloating
`node-packages.nix`
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
- flake.lock +3 -3
- flake.nix +1 -1
flake.lock
CHANGED
|
@@ -34,11 +34,11 @@
|
|
| 34 |
},
|
| 35 |
"nixpkgs_2": {
|
| 36 |
"locked": {
|
| 37 |
-
"lastModified":
|
| 38 |
-
"narHash": "sha256-
|
| 39 |
"owner": "NixOS",
|
| 40 |
"repo": "nixpkgs",
|
| 41 |
-
"rev": "
|
| 42 |
"type": "github"
|
| 43 |
},
|
| 44 |
"original": {
|
|
|
|
| 34 |
},
|
| 35 |
"nixpkgs_2": {
|
| 36 |
"locked": {
|
| 37 |
+
"lastModified": 1725194671,
|
| 38 |
+
"narHash": "sha256-tLGCFEFTB5TaOKkpfw3iYT9dnk4awTP/q4w+ROpMfuw=",
|
| 39 |
"owner": "NixOS",
|
| 40 |
"repo": "nixpkgs",
|
| 41 |
+
"rev": "b833ff01a0d694b910daca6e2ff4a3f26dee478c",
|
| 42 |
"type": "github"
|
| 43 |
},
|
| 44 |
"original": {
|
flake.nix
CHANGED
|
@@ -36,7 +36,7 @@
|
|
| 36 |
haskellPackages.hadolint
|
| 37 |
nodejs
|
| 38 |
nodePackages_latest.cspell
|
| 39 |
-
|
| 40 |
nodePackages_latest.markdownlint-cli2
|
| 41 |
nodePackages_latest.stylelint
|
| 42 |
redis
|
|
|
|
| 36 |
haskellPackages.hadolint
|
| 37 |
nodejs
|
| 38 |
nodePackages_latest.cspell
|
| 39 |
+
eslint
|
| 40 |
nodePackages_latest.markdownlint-cli2
|
| 41 |
nodePackages_latest.stylelint
|
| 42 |
redis
|