Adjust to suggestions from comments

This commit is contained in:
Jakub Kozłowski 2022-10-15 17:50:10 +02:00
parent 85d774d3e9
commit 31eb187960
No known key found for this signature in database
GPG Key ID: A1DC9B6A8B59D4D6
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{ rev ? "a7855f2235a1876f97473a76151fec2afa02b287", # nixpkgs master. Keep up to date with flake.lock
{ rev ? "a7855f2235a1876f97473a76151fec2afa02b287", # nixpkgs master. Keep up to date with "nixpkgs">"locked">"rev" in flake.lock
nixpkgsSource ? builtins.fetchTarball {
url = "https://github.com/nixos/nixpkgs/tarball/${rev}";
sha256 = "sha256-5DGKX81wIPAAiLwUmUYECpA3vop94AHHR7WmGXSsQok=";

View File

@ -129,6 +129,7 @@
formatter = pkgs.nixpkgs-fmt;
# You can build this package (the compiler) with the `nix build` command.
packages.default = import ./. { inherit pkgs; };
});
}