Port to 24.05

This commit is contained in:
Dave Gallant
2024-05-31 22:45:41 -04:00
parent 00001aa1c9
commit d1479f1c75
5 changed files with 328 additions and 329 deletions

View File

@@ -2,28 +2,13 @@
description = "nixos and macos configurations";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
darwin.url = "github:lnl7/nix-darwin";
home-manager.url = "github:nix-community/home-manager/release-24.05";
nixos-hardware.url = "github:NixOS/nixos-hardware";
darwin = {
url = "github:lnl7/nix-darwin";
inputs.nixpkgs.follows = "nixpkgs";
};
home-manager = {
url = "github:nix-community/home-manager/release-23.11";
inputs.nixpkgs.follows = "nixpkgs";
};
nixvim = {
url = "github:nix-community/nixvim/nixos-23.11";
inputs.nixpkgs.follows = "nixpkgs";
};
stylix = {
url = "github:danth/stylix/release-23.11";
inputs.nixpkgs.follows = "nixpkgs";
};
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
nixvim.url = "github:nix-community/nixvim";
stylix.url = "github:danth/stylix";
};
outputs =