about summary refs log tree commit diff stats
path: root/nix-conf/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix-conf/flake.nix')
-rw-r--r--nix-conf/flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nix-conf/flake.nix b/nix-conf/flake.nix
index e7ad66b..9654526 100644
--- a/nix-conf/flake.nix
+++ b/nix-conf/flake.nix
@@ -2,8 +2,8 @@
   description = "NixOS, nix-darwin, and Home Manager configuration";
 
   inputs = {
-    nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05";
-    nixpkgs-unstable.url = "github:nixos/nixpkgs/nixpkgs-unstable";
+    nixpkgs.url = "nixpkgs/nixos-25.05";
+    nixpkgs-unstable.url = "nixpkgs/nixpkgs-unstable";
     home-manager = {
       url = "github:nix-community/home-manager/release-25.05";
       inputs.nixpkgs.follows = "nixpkgs";