Skip to content

Commit

Permalink
Added nix-systems input and made flake-utils.inputs.systems follo…
Browse files Browse the repository at this point in the history
…w it.
  • Loading branch information
ink-splatters authored and mergify[bot] committed Oct 7, 2024
1 parent 925084d commit 2154fdb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion templates/flake/flake.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
description = "A basic flake with a shell";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
inputs.flake-utils.url = "github:numtide/flake-utils";
inputs.systems.url = "github.com:nix-systems/default";
inputs.flake-utils = {
url = "github:numtide/flake-utils";
inputs.systems.follows = "systems";
};

outputs =
{ nixpkgs, flake-utils, ... }:
Expand Down

0 comments on commit 2154fdb

Please sign in to comment.