diff options
-rw-r--r-- | nix-conf/flake.lock | 14 | ||||
-rw-r--r-- | nix-conf/flake.nix | 4 |
2 files changed, 8 insertions, 10 deletions
diff --git a/nix-conf/flake.lock b/nix-conf/flake.lock index 7c813e4..9caaed0 100644 --- a/nix-conf/flake.lock +++ b/nix-conf/flake.lock @@ -86,32 +86,30 @@ "locked": { "lastModified": 1755704039, "narHash": "sha256-gKlP0LbyJ3qX0KObfIWcp5nbuHSb5EHwIvU6UcNBg2A=", - "owner": "nixos", + "owner": "NixOS", "repo": "nixpkgs", "rev": "9cb344e96d5b6918e94e1bca2d9f3ea1e9615545", "type": "github" }, "original": { - "owner": "nixos", + "id": "nixpkgs", "ref": "nixos-25.05", - "repo": "nixpkgs", - "type": "github" + "type": "indirect" } }, "nixpkgs-unstable": { "locked": { "lastModified": 1755736253, "narHash": "sha256-jlIQRypNhB1PcB1BE+expE4xZeJxzoAGr1iUbHQta8s=", - "owner": "nixos", + "owner": "NixOS", "repo": "nixpkgs", "rev": "596312aae91421d6923f18cecce934a7d3bfd6b8", "type": "github" }, "original": { - "owner": "nixos", + "id": "nixpkgs", "ref": "nixpkgs-unstable", - "repo": "nixpkgs", - "type": "github" + "type": "indirect" } }, "root": { 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"; |