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": {
"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"
},

View file

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