Compare commits

..

1 commit

Author SHA1 Message Date
b41e8734c1
refactor(flake): use flake-parts
Some checks failed
/ check (push) Failing after 1s
/ build (push) Failing after 1s
This makes it easier to split up the flake in the future.
2024-10-12 22:32:46 +02:00
2 changed files with 4 additions and 4 deletions

6
flake.lock generated
View file

@ -22,11 +22,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1727348695,
"narHash": "sha256-J+PeFKSDV+pHL7ukkfpVzCOO7mBSrrpJ3svwBFABbhI=",
"lastModified": 1728492678,
"narHash": "sha256-9UTxR8eukdg+XZeHgxW5hQA9fIKHsKCdOIUycTryeVw=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "1925c603f17fc89f4c8f6bf6f631a802ad85d784",
"rev": "5633bcff0c6162b9e4b5f1264264611e950c8ec7",
"type": "github"
},
"original": {

View file

@ -11,7 +11,7 @@
outputs =
inputs:
inputs.flake-parts.mkFlake {
inputs.flake-parts.lib.mkFlake {
systems = import inputs.system;
perSystem =
{