Update flake

This commit is contained in:
Filippo Berto 2023-06-05 12:16:08 +02:00
parent 73bfa28630
commit 15c62f03f4
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
2 changed files with 57 additions and 38 deletions

View file

@ -2,9 +2,9 @@
description = "Thor system configuration";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/release-22.11";
nixpkgs.url = "github:NixOS/nixpkgs/release-23.05";
nixpkgs-u.url = "github:NixOS/nixpkgs/nixos-unstable";
home-manager = { url = "github:nix-community/home-manager/release-22.11"; inputs = { nixpkgs.follows = "nixpkgs"; utils.follows = "flake-utils"; }; };
home-manager = { url = "github:nix-community/home-manager/release-23.05"; inputs = { nixpkgs.follows = "nixpkgs"; utils.follows = "flake-utils"; }; };
# home-manager-u = { url = "github:nix-community/home-manager"; inputs = { nixpkgs.follows = "nixpkgs-u"; }; };
agenix = { url = "github:ryantm/agenix"; inputs.nixpkgs.follows = "nixpkgs"; };