mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-11-08 11:36:11 +01:00
Added nix-systems input and made flake-utils.inputs.systems follow it.
This commit is contained in:
parent
925084d860
commit
2154fdbb83
1 changed files with 5 additions and 1 deletions
|
|
@ -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, ... }:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue