silly goober bot

fix(nix): url

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