mirror of
https://github.com/wlcx/home.git
synced 2026-09-15 12:38:22 +01:00
update to 25.05
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
description = "Samw's home environment, as managed by nix/home-manager.";
|
||||
inputs = {
|
||||
# Nixpkgs
|
||||
nixpkgs = {url = "github:nixos/nixpkgs/release-24.11";};
|
||||
nixpkgs = {url = "github:nixos/nixpkgs/release-25.05";};
|
||||
nixpkgs-unstable = {url = "github:nixos/nixpkgs";};
|
||||
# Other modules
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager/release-24.11";
|
||||
url = "github:nix-community/home-manager/release-25.05";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
@@ -100,7 +100,7 @@
|
||||
# A devshell with useful utils
|
||||
devShells.default = pkgs.devshell.mkShell {
|
||||
packages = [
|
||||
inputs.home-manager.defaultPackage.${system}
|
||||
inputs.home-manager.packages.${system}.default
|
||||
];
|
||||
};
|
||||
})));
|
||||
|
||||
Reference in New Issue
Block a user