feat: quokka upgrade

This commit is contained in:
2022-06-08 20:32:49 -05:00
parent dd42593fd7
commit 43070b4e85
2 changed files with 8 additions and 8 deletions

View File

@@ -2,8 +2,8 @@
description = "Configuration v1";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/release-21.11";
nixpkgs.url = "github:NixOS/nixpkgs/release-22.05";
homeManager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
@@ -11,7 +11,7 @@
};
outputs = { self, nixpkgs, homeManager, ...}@inputs: {
nixosConfigurations = (
import ./hosts/hosts.nix {
inherit nixpkgs;
@@ -20,6 +20,6 @@
inherit (nixpkgs) lib;
}
);
};
}