From 216d13513d6355ba0699a83dd78e5309a5c2d3fe Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Sat, 29 Jun 2024 15:50:16 +0200 Subject: [PATCH] update --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 0f48a0a..ad220ce 100644 --- a/flake.lock +++ b/flake.lock @@ -879,11 +879,11 @@ }, "private_assets": { "locked": { - "lastModified": 1718785573, - "narHash": "sha256-RWumnkGvywGwAEKWLavOTp+OQy6JaiJ7STYaejn3Nm4=", + "lastModified": 1718795974, + "narHash": "sha256-wK4G35I23mDBKmEZ07Xz0+064g/I+vuJ6hkXNguT7lA=", "ref": "main", - "rev": "29a29a3a1ad8b3cec5be44f72a308906335fd2c7", - "revCount": 29, + "rev": "77822a68120c56f6fc809a291e7d13173b8f7cea", + "revCount": 30, "type": "git", "url": "ssh://forgejo@git.ingolf-wagner.de/palo/nixos-private-assets.git" }, diff --git a/flake.nix b/flake.nix index 2b95cee..8e7078a 100644 --- a/flake.nix +++ b/flake.nix @@ -332,7 +332,7 @@ clan-core.flakeModules.default ]; - perSystem = { + perSystem = { pkgs, ... }: { packages.pkl = pkgs.callPackage ./pkgs/pkl { }; };