Fix nixpkgs URL.

This commit is contained in:
2024-07-30 09:20:20 +01:00
parent 4c3294cd64
commit a55ffda27f
3 changed files with 6 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
description = "Home Manager configuration for ppetru";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs-24.05";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";