Running this flake gives the following error.
$ nix develop
warning: Git tree '/home/adfaure/Projects/terraform-azure' is dirty
error: stack overflow (possible infinite recursion)
{ | |
inputs = { | |
nixpkgs.url = "github:NixOS/nixpkgs/24.05"; | |
nix2containerInput.url = "github:nlewo/nix2container"; | |
nix2containerInput.inputs.nixpkgs.follows = "nixpkgs"; | |
flakeUtils.url = "github:numtide/flake-utils"; | |
}; | |
outputs = { self, nixpkgs, flakeUtils, ... }: | |
flakeUtils.lib.eachDefaultSystem (system: |
Running this flake gives the following error.
$ nix develop
warning: Git tree '/home/adfaure/Projects/terraform-azure' is dirty
error: stack overflow (possible infinite recursion)
import yaml | |
import copy | |
import time | |
import uuid | |
import os | |
import subprocess | |
from subprocess import PIPE | |
import logging | |
import datetime | |
import random |
Run with: NIXPKGS_ALLOW_UNFREE=1 nix-shell
then using the command: flutter doctor
should output errors concerning the license.
example:
$ flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 1.22.3, on Linux, locale en_US.UTF-8)
[!] Android toolchain - develop for Android devices (Android SDK version 29.0.3)
sleep 10 |
I hereby claim:
To claim this, I am signing this object:
0 init | |
0 compute 1e18 | |
0 finalize |
13 compute 10826528.234934 | |
11 compute 10772355.658875 | |
14 compute 10717176.342663 | |
1 compute 10652251.758883 | |
9 compute 10658610.042458 | |
10 compute 10668448.860475 | |
6 compute 10641421.649411 | |
15 compute 10631816.85056 | |
3 compute 10541331.251591 | |
0 compute 10993032.299369 |
;; Added by Package.el. This must come before configurations of | |
;; installed packages. Don't delete this line. If you don't want it, | |
;; just comment it out by adding a semicolon to the start of the line. | |
;; You may delete these explanatory comments. | |
(package-initialize) | |
(add-to-list 'load-path "~/.emacs.d/ess/lisp") | |
(add-to-list 'load-path "~/.emacs.d/lisp") | |
(add-to-list 'load-path "~/.emacs.d/myPackages/evil") |