diff options
| author | 0x4A6F <0x4A6F@users.noreply.github.com> | 2023-03-01 20:51:31 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-01 19:51:31 +0000 |
| commit | e6ff0514301fcebeaccd8a8e9b5fedc4bded220b (patch) | |
| tree | 449cda82f4847684807756b883bd06170f8e480b /flake.nix | |
| parent | Update flake.lock to Rust 1.67 (#749) (diff) | |
| download | atuin-e6ff0514301fcebeaccd8a8e9b5fedc4bded220b.zip | |
nix: add flake-compat (#743)
Diffstat (limited to '')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; flake-utils.url = "github:numtide/flake-utils"; + flake-compat = { + url = "github:edolstra/flake-compat"; + flake = false; + }; }; outputs = { self, |
