Jann Marc Villablanca mergify[bot] commited on
Commit
9984ba0
·
unverified ·
1 Parent(s): 948d20d

: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>

Files changed (2) hide show
  1. flake.lock +3 -3
  2. flake.nix +1 -1
flake.lock CHANGED
@@ -34,11 +34,11 @@
34
  },
35
  "nixpkgs_2": {
36
  "locked": {
37
- "lastModified": 1695318763,
38
- "narHash": "sha256-FHVPDRP2AfvsxAdc+AsgFJevMz5VBmnZglFUMlxBkcY=",
39
  "owner": "NixOS",
40
  "repo": "nixpkgs",
41
- "rev": "e12483116b3b51a185a33a272bf351e357ba9a99",
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
- nodePackages_latest.eslint
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