1
1
mirror of https://github.com/divnix/digga.git synced 2024-09-17 10:17:13 +03:00

⚙️ value Update hmOnly to nixos-22.11

This commit is contained in:
Lord-Valen 2022-12-24 13:22:39 -05:00 committed by David Arnold
parent 07cba07ea2
commit 12ec81f9c3

View File

@ -2,7 +2,7 @@
description = "A DevOS example. And also a digga test bed.";
inputs = {
nixos.url = "github:nixos/nixpkgs/nixos-22.05";
nixos.url = "github:nixos/nixpkgs/nixos-22.11";
digga.url = "github:divnix/digga";
digga.inputs.nixpkgs.follows = "nixos";
digga.inputs.home-manager.follows = "home";