Update everyone to 24.11

This commit is contained in:
Théo Barnouin 2025-01-08 10:02:38 +01:00
parent 94022737a0
commit f1575f436e
11 changed files with 36 additions and 34 deletions

View file

@ -2,9 +2,9 @@
description = "A simple system flake using some Aux defaults";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
home-manager = {
url = "github:nix-community/home-manager/release-24.05";
url = "github:nix-community/home-manager/release-24.11";
inputs.nixpkgs.follows = "nixpkgs";
};
microvm.url = "github:astro/microvm.nix";