commit ba65a7ffdfa6077f675b98751ffebabaedebc95a (tree)
parent 78c1c3c2de0c4734a96124c321b801653659101a
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date: Tue, 30 May 2023 10:03:21 +0300
jump to 23.05
Diffstat:
2 files changed, 19 insertions(+), 11 deletions(-)
diff --git a/flake.lock b/flake.lock
@@ -3,16 +3,17 @@
"agenix": {
"inputs": {
"darwin": [],
+ "home-manager": [],
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
- "lastModified": 1682101079,
- "narHash": "sha256-MdAhtjrLKnk2uiqun1FWABbKpLH090oeqCSiWemtuck=",
+ "lastModified": 1684153753,
+ "narHash": "sha256-PVbWt3qrjYAK+T5KplFcO+h7aZWfEj1UtyoKlvcDxh0=",
"owner": "ryantm",
"repo": "agenix",
- "rev": "2994d002dcff5353ca1ac48ec584c7f6589fe447",
+ "rev": "db5637d10f797bb251b94ef9040b237f4702cde3",
"type": "github"
},
"original": {
@@ -32,11 +33,11 @@
]
},
"locked": {
- "lastModified": 1682063650,
- "narHash": "sha256-VaDHh2z6xlnTHaONlNVHP7qEMcK5rZ8Js3sT6mKb2XY=",
+ "lastModified": 1683779844,
+ "narHash": "sha256-sIeOU0GsCeQEn5TpqE/jFRN4EGsPsjqVRsPdrzIDABM=",
"owner": "serokell",
"repo": "deploy-rs",
- "rev": "c2ea4e642dc50fd44b537e9860ec95867af30d39",
+ "rev": "c80189917086e43d49eece2bd86f56813500a0eb",
"type": "github"
},
"original": {
@@ -81,16 +82,16 @@
},
"nixpkgs": {
"locked": {
- "lastModified": 1682453498,
- "narHash": "sha256-WoWiAd7KZt5Eh6n+qojcivaVpnXKqBsVgpixpV2L9CE=",
+ "lastModified": 1685356226,
+ "narHash": "sha256-f2clSOdqi0SvY1WSgbnl2YgCZmoCXOxeUjYeXp8p2zI=",
"owner": "NixOS",
"repo": "nixpkgs",
- "rev": "c8018361fa1d1650ee8d4b96294783cf564e8a7f",
+ "rev": "0f7f5ca1cdec8dea85bb4fa60378258171d019ad",
"type": "github"
},
"original": {
"owner": "NixOS",
- "ref": "nixos-unstable",
+ "ref": "nixos-23.05",
"repo": "nixpkgs",
"type": "github"
}
diff --git a/flake.nix b/flake.nix
@@ -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";