Skip to content

Commit

Permalink
chore: update flakebox
Browse files Browse the repository at this point in the history
  • Loading branch information
dpc committed Oct 3, 2024
1 parent a3ad59d commit a3db133
Show file tree
Hide file tree
Showing 18 changed files with 1,295 additions and 1,137 deletions.
2 changes: 1 addition & 1 deletion .config/flakebox/id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e16dff3d70bd88f72becf7d947027a8ce32956b1cd1d669ca57715992f96c48aea1110469693522ecac0d689ca0965a956d63208b33326848d205e587d298f73
f8574bba32eb0a741153928d8ee13d4f4cfe30a91b9a0f860472fea3e85a9551ff71b39aa51852e7a46628d096219eee4ee3809f888ec88e6b99276207b86fd2
19 changes: 9 additions & 10 deletions default.nix
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
(import
(
let lock = builtins.fromJSON (builtins.readFile ./flake.lock); in
fetchTarball {
url = "https://github.com/edolstra/flake-compat/archive/${lock.nodes.flake-compat.locked.rev}.tar.gz";
sha256 = lock.nodes.flake-compat.locked.narHash;
}
)
{ src = ./.; }
).defaultNix
(import (
let
lock = builtins.fromJSON (builtins.readFile ./flake.lock);
in
fetchTarball {
url = "https://github.com/edolstra/flake-compat/archive/${lock.nodes.flake-compat.locked.rev}.tar.gz";
sha256 = lock.nodes.flake-compat.locked.narHash;
}
) { src = ./.; }).defaultNix
16 changes: 8 additions & 8 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a3db133

Please sign in to comment.