diff options
| author | seth <[email protected]> | 2024-10-08 11:49:47 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-10-08 11:49:47 -0400 |
| commit | 20d62336a446bea6c5846805e8325b67cd59fe54 (patch) | |
| tree | 46a92b1de1021eb0631b54f664ba0c2ddf6752c6 /flake.lock | |
| parent | 07cb04200916169671b9c426fbfe9a24bb0fa79e (diff) | |
nice redesign (#145)
* nix: drop treefmt
* nix: remove .envrc
* nix: move `serve` to apps output
* nice redesign
* use local stylesheet
* nix: fix build
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 39 |
1 files changed, 17 insertions, 22 deletions
@@ -1,5 +1,20 @@ { "nodes": { + "nix-filter": { + "locked": { + "lastModified": 1710156097, + "narHash": "sha256-1Wvk8UP7PXdf8bCCaEoMnOT1qe5/Duqgj+rL8sRQsSM=", + "owner": "numtide", + "repo": "nix-filter", + "rev": "3342559a24e85fc164b295c3444e8a139924675b", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "nix-filter", + "type": "github" + } + }, "nixpkgs": { "locked": { "lastModified": 1726745986, @@ -18,28 +33,8 @@ }, "root": { "inputs": { - "nixpkgs": "nixpkgs", - "treefmt-nix": "treefmt-nix" - } - }, - "treefmt-nix": { - "inputs": { - "nixpkgs": [ - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1726734507, - "narHash": "sha256-VUH5O5AcOSxb0uL/m34dDkxFKP6WLQ6y4I1B4+N3L2w=", - "owner": "numtide", - "repo": "treefmt-nix", - "rev": "ee41a466c2255a3abe6bc50fc6be927cdee57a9f", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "treefmt-nix", - "type": "github" + "nix-filter": "nix-filter", + "nixpkgs": "nixpkgs" } } }, |
