diff options
| -rw-r--r-- | flake.lock | 14 | ||||
| -rw-r--r-- | flake.nix | 5 |
2 files changed, 11 insertions, 8 deletions
@@ -25,11 +25,11 @@ ] }, "locked": { - "lastModified": 1749243446, - "narHash": "sha256-P1gumhZN5N9q+39ndePHYrtwOwY1cGx+VoXGl+vTm7A=", + "lastModified": 1749944797, + "narHash": "sha256-1l6ZW+2+LDQhYgE4fo2KsM2Ms3lY3ZXv0n6uKka2yMk=", "owner": "nix-community", "repo": "home-manager", - "rev": "2d7d65f65b61fdfce23278e59ca266ddd0ef0a36", + "rev": "c5f345153397f62170c18ded1ae1f0875201d49a", "type": "github" }, "original": { @@ -41,17 +41,17 @@ }, "nixpkgs": { "locked": { - "lastModified": 1749213349, - "narHash": "sha256-UAaWOyQhdp7nXzsbmLVC67fo+QetzoTm9hsPf9X3yr4=", + "lastModified": 1749648569, + "narHash": "sha256-9bqIu5xSsmc5l8dwuiNre2qyb2QZzmxE4cit715lTxg=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "a4ff0e3c64846abea89662bfbacf037ef4b34207", + "rev": "1b36b17a09686ff51e2944334da1cf308fa81e48", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixpkgs-unstable", "repo": "nixpkgs", + "rev": "1b36b17a09686ff51e2944334da1cf308fa81e48", "type": "github" } }, @@ -2,7 +2,10 @@ description = "My flake configuration"; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; + # TODO + # nixpkgs#deno in nixpkgs-unstable branch is broken for now. + # nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; + nixpkgs.url = "github:NixOS/nixpkgs/1b36b17a09686ff51e2944334da1cf308fa81e48"; flake-utils.url = "github:numtide/flake-utils"; |
