summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.lock10
-rw-r--r--flake.nix4
2 files changed, 8 insertions, 6 deletions
diff --git a/flake.lock b/flake.lock
index b647fda..d245565 100644
--- a/flake.lock
+++ b/flake.lock
@@ -389,9 +389,10 @@
"type": "github"
},
"original": {
- "id": "nixpkgs",
+ "owner": "NixOS",
"ref": "nixos-unstable",
- "type": "indirect"
+ "repo": "nixpkgs",
+ "type": "github"
}
},
"nixpkgs-stable": {
@@ -404,9 +405,10 @@
"type": "github"
},
"original": {
- "id": "nixpkgs",
+ "owner": "NixOS",
"ref": "nixos-24.05",
- "type": "indirect"
+ "repo": "nixpkgs",
+ "type": "github"
}
},
"openwrt-imagebuilder": {
diff --git a/flake.nix b/flake.nix
index d313b1b..c7a12d6 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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";