mirror of
https://github.com/msfjarvis/clipboard-substitutor
synced 2025-08-14 22:27:03 +05:30
chore: reformat all files with nixfmt-rfc-style
This commit is contained in:
parent
7fd491b0da
commit
b52dea88b0
3 changed files with 100 additions and 80 deletions
11
default.nix
11
default.nix
|
@ -1,8 +1,9 @@
|
|||
(import (let
|
||||
lock = builtins.fromJSON (builtins.readFile ./flake.lock);
|
||||
in
|
||||
(import (
|
||||
let
|
||||
lock = builtins.fromJSON (builtins.readFile ./flake.lock);
|
||||
in
|
||||
fetchTarball {
|
||||
url = "https://github.com/nix-community/flake-compat/archive/${lock.nodes.flake-compat.locked.rev}.tar.gz";
|
||||
sha256 = lock.nodes.flake-compat.locked.narHash;
|
||||
}) {src = ./.;})
|
||||
.defaultNix
|
||||
}
|
||||
) { src = ./.; }).defaultNix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue