jump to 23.05
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user