Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 25 additions & 13 deletions flake.lock

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

10 changes: 2 additions & 8 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,9 @@
nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0.2605.*";
# keep-sorted start
fh.url = "https://flakehub.com/f/DeterminateSystems/fh/0.1.*";
flake-checker = {
# must use non-flakehub inputs,
# b/c flake-checker was build with DetSys Secure Packages
# which are not available without subscription
inputs.nixpkgs.follows = "nixpkgs";
url = "https://flakehub.com/f/DeterminateSystems/flake-checker/0.2.*";
};
# keep-sorted end
flake-checker.url = "https://flakehub.com/f/DeterminateSystems/flake-checker/0.2.*";
flake-iter.url = "https://flakehub.com/f/DeterminateSystems/flake-iter/0.1.*";
# keep-sorted end
flake-parts = {
inputs.nixpkgs-lib.follows = "nixpkgs";
url = "https://flakehub.com/f/hercules-ci/flake-parts/0.1.*";
Expand Down
4 changes: 2 additions & 2 deletions templates/base/.envrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

if ! has nix_direnv_version || ! nix_direnv_version 3.0.6; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.6/direnvrc" "sha256-RYcUJaRMf8oF5LznDrlCXbkOQrywm0HDv1VjYGaJGdM="
if ! has nix_direnv_version || ! nix_direnv_version 3.1.1; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.1.1/direnvrc" "sha256-RYcUJaRMf8oF5LznDrlCXbkOQrywm0HDv1VjYGaJGdM="
fi
use flake
Loading