Make clan follow nixpkgs stable

This commit is contained in:
Pedro Rey Anca 2025-10-17 17:52:04 +02:00
parent c0e3847888
commit bb9b5c0867
Signed by: peprolinbot
GPG key ID: 053EA6E00116533A

View file

@ -2,7 +2,10 @@
inputs = { inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05"; nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05";
clan-core.url = "https://git.clan.lol/clan/clan-core/archive/main.tar.gz"; clan-core = {
url = "https://git.clan.lol/clan/clan-core/archive/main.tar.gz";
inputs.nixpkgs.follows = "nixpkgs";
};
home-manager = { home-manager = {
url = "github:nix-community/home-manager/release-25.05"; url = "github:nix-community/home-manager/release-25.05";