silly goober bot

fix(nix): url

+5 -4
+4 -3
flake.lock
··· 2 2 "nodes": { 3 3 "nixpkgs": { 4 4 "locked": { 5 - "lastModified": 1717947220, 6 - "narHash": "sha256-aPidCRZUrnIGBkjlwSa8cgLvEYfWuiZXs0RkQ39hRtE=", 5 + "lastModified": 1717868076, 6 + "narHash": "sha256-c83Y9t815Wa34khrux81j8K8ET94ESmCuwORSKm2bQY=", 7 7 "owner": "NixOS", 8 8 "repo": "nixpkgs", 9 - "rev": "926be0145878c2b29cd869b463ba1f6868f58e60", 9 + "rev": "cd18e2ae9ab8e2a0a8d715b60c91b54c0ac35ff9", 10 10 "type": "github" 11 11 }, 12 12 "original": { 13 13 "owner": "NixOS", 14 + "ref": "nixpkgs-unstable", 14 15 "repo": "nixpkgs", 15 16 "type": "github" 16 17 }
+1 -1
flake.nix
··· 1 1 { 2 2 description = "Blahaj"; 3 3 4 - inputs.nixpkgs.url = "github:NixOS/nixpkgs/"; 4 + inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; 5 5 6 6 outputs = 7 7 { self, nixpkgs }: