mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
24.11 update
This commit is contained in:
parent
f5bcebf6e7
commit
09e5d22e2d
12 changed files with 109 additions and 47 deletions
|
|
@ -3,12 +3,12 @@
|
|||
|
||||
inputs =
|
||||
{
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
|
||||
nur = {
|
||||
url = "github:nix-community/NUR";
|
||||
};
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager/release-24.05";
|
||||
url = "github:nix-community/home-manager/release-24.11";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
nixos-wsl = {
|
||||
|
|
@ -30,7 +30,7 @@
|
|||
allowUnfree = true;
|
||||
};
|
||||
overlays = [
|
||||
nur.overlay
|
||||
nur.overlays.default
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue