Advent of Code Solutions
advent-of-code aoc

flake: unpin nixpkgs from specific commit

The issues with erlang packages should be fixed now

yemou.pink a21dfd40 bac7740b

verified
Changed files
+5 -9
+4 -4
flake.lock
··· 2 2 "nodes": { 3 3 "nixpkgs": { 4 4 "locked": { 5 - "lastModified": 1749190010, 6 - "narHash": "sha256-p/S7Ly48pomNt5iVb9SjFnUZ1CdqsPO4Vw7dQhzKvI8=", 5 + "lastModified": 1753939845, 6 + "narHash": "sha256-K2ViRJfdVGE8tpJejs8Qpvvejks1+A4GQej/lBk5y7I=", 7 7 "owner": "nixos", 8 8 "repo": "nixpkgs", 9 - "rev": "73a4cfc54d7ce448b38660ea8a88643420082e74", 9 + "rev": "94def634a20494ee057c76998843c015909d6311", 10 10 "type": "github" 11 11 }, 12 12 "original": { 13 13 "owner": "nixos", 14 + "ref": "nixos-unstable", 14 15 "repo": "nixpkgs", 15 - "rev": "73a4cfc54d7ce448b38660ea8a88643420082e74", 16 16 "type": "github" 17 17 } 18 18 },
+1 -5
flake.nix
··· 1 1 { 2 2 description = "Advent of Code"; 3 - 4 - inputs = { 5 - # nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable"; 6 - nixpkgs.url = "github:nixos/nixpkgs?rev=73a4cfc54d7ce448b38660ea8a88643420082e74"; 7 - }; 3 + inputs.nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable"; 8 4 9 5 outputs = 10 6 { self, nixpkgs }: