mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-11-08 19:46:11 +01:00
define nixpkgs input
otherwise it could be anything defined by the user
This commit is contained in:
parent
a1e488a260
commit
1c8f93e60e
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
description = "A very basic flake";
|
||||
inputs.nixpkgs.url = "github:NixOS/nixpkgs";
|
||||
inputs.flake-utils.url = "github:numtide/flake-utils";
|
||||
|
||||
outputs = { self, nixpkgs, flake-utils }:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue