Roll back to 25.05

Can't build corp on 25.11 yet.
This commit is contained in:
Eli Ribble 2025-12-16 03:42:02 +00:00
parent bdd58efc4e
commit fd8e9ce33e
No known key found for this signature in database

View file

@ -16,7 +16,7 @@
rev = "e250e0abbb35f6d64851305d3b59c4ed1d968bc8";
};
home-manager = {
url = "github:nix-community/home-manager/release-25.11";
url = "github:nix-community/home-manager/release-25.05";
inputs.nixpkgs.follows = "nixpkgs";
};
nidus-sync = {
@ -25,9 +25,9 @@
repo = "nidus-sync";
rev = "b31ca6c83ed96dbb1d15c94bcf57cfdb07a11b5a";
};
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
nixvim = {
url = "github:nix-community/nixvim/nixos-25.11";
url = "github:nix-community/nixvim/nixos-25.05";
inputs.nixpkgs.follows = "nixpkgs";
};
sops-nix.url = "github:Mic92/sops-nix";