diff options
| author | seth <[email protected]> | 2024-05-31 07:05:47 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-06-01 01:52:42 +0000 |
| commit | c6456ea701c4dcabf7676005134db8cf925be7db (patch) | |
| tree | 78a0652e671b1d09ec86340df24af74beea2ce0d /flake.nix | |
| parent | 52e89154ce73418834592af5d370e208bb1a28fb (diff) | |
flake: don't depend on registry for nixpkgs inputs
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -37,8 +37,8 @@ }; inputs = { - nixpkgs.url = "nixpkgs/nixos-unstable"; - nixpkgs-stable.url = "nixpkgs/nixos-24.05"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; + nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-24.05"; nix-darwin = { url = "github:LnL7/nix-darwin"; inputs.nixpkgs.follows = "nixpkgs"; |
