jump to 23.05

This commit is contained in:
2023-05-30 10:03:21 +03:00
parent 78c1c3c2de
commit ba65a7ffdf
2 changed files with 19 additions and 11 deletions

View File

@@ -2,11 +2,18 @@
description = "motiejus/config";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05";
flake-utils.url = "github:numtide/flake-utils";
# TODO: called with unexpected argument 'home-manager'
#home-manager.url = "github:nix-community/home-manager/release-23.05";
#home-manager.inputs.nixpkgs.follows = "nixpkgs";
agenix.url = "github:ryantm/agenix";
agenix.inputs.nixpkgs.follows = "nixpkgs";
# see home-manager above
#agenix.inputs.home-manager.follows = "home-manager";
agenix.inputs.home-manager.follows = "";
agenix.inputs.darwin.follows = "";
deploy-rs.url = "github:serokell/deploy-rs";