This commit is contained in:
Ingolf Wagner 2024-06-29 15:50:16 +02:00
parent 195392c33f
commit 216d13513d
Signed by: palo
GPG key ID: 76BF5F1928B9618B
2 changed files with 5 additions and 5 deletions

View file

@ -879,11 +879,11 @@
}, },
"private_assets": { "private_assets": {
"locked": { "locked": {
"lastModified": 1718785573, "lastModified": 1718795974,
"narHash": "sha256-RWumnkGvywGwAEKWLavOTp+OQy6JaiJ7STYaejn3Nm4=", "narHash": "sha256-wK4G35I23mDBKmEZ07Xz0+064g/I+vuJ6hkXNguT7lA=",
"ref": "main", "ref": "main",
"rev": "29a29a3a1ad8b3cec5be44f72a308906335fd2c7", "rev": "77822a68120c56f6fc809a291e7d13173b8f7cea",
"revCount": 29, "revCount": 30,
"type": "git", "type": "git",
"url": "ssh://forgejo@git.ingolf-wagner.de/palo/nixos-private-assets.git" "url": "ssh://forgejo@git.ingolf-wagner.de/palo/nixos-private-assets.git"
}, },

View file

@ -332,7 +332,7 @@
clan-core.flakeModules.default clan-core.flakeModules.default
]; ];
perSystem = { perSystem = { pkgs, ... }: {
packages.pkl = pkgs.callPackage ./pkgs/pkl { }; packages.pkl = pkgs.callPackage ./pkgs/pkl { };
}; };