replit ebpf helpers. Contribute to replit/replit-ebpf development by creating an account on GitHub.
NIX_CONFIG = "extra-experimental-features = nix-command flakes repl-flake"; # Anything not handled by the poetry env nativeBuildInputs = with pkgs; [ # from setup-dev.sh nasm gcc curl gdb parallel qemu netcat-openbsd zig_0_10 # matches setup-dev.sh go pyEnv ]; shellHook = '' expor...
In order to use flakes, you must create aflake.nixfile in the root of your repository. Note that it is important to usegit add flake.nixfor each change offlake.nix. One of potentials I see by the usage of flakes is that inside this flake nix file you can set more than one conf...
nix repl <nixpkgs>Inside the repl, load the bombon flake and build the BOM for a package you are interested in.:l . :b lib.x86_64-linux.buildBom python3 { } Remember to re load the bombon flake every time you made changes to any of the source code....
mkdir -p "${flakeDir}" cp flake.nix "${_NIX_TEST_BUILD_DIR}/ca/config.nix" content-addressed.nix "${flakeDir}" nix run --no-write-lock-file "$FLAKE_PATH#runnable" # `config.nix` cannot be gotten via build dir / env var (runs afoul pure eval). Instead get from flake. remove...
(withNixOS/nixpkgs#343235) $nixreplNix2.25.0pre20240910_9c0e968Type:?forhelp.nix-repl>:lf.Added18variables.nix-repl>:docliberror:valuedoesnothavedocumentationnix-repl>:docoutputs.libAttributelib…definedat/nix/store/5y3fzyiz80chjxan9qgyrdwvww8n196j-source/flake.nix:27:7nixpkgs.libisacombinatio...
nix flake showdoesn't work due toIFD. This should give you all the "user-facing" packages this flake provides forx86_64-linux: nix eval mina#packages.x86_64-linux --apply __attrNames nix repl If you want to explore the entire packageset (including all of nixpkgs), enternix repl, iss...
nix flake show doesn't work due to IFD. This should give you all the "user-facing" packages this flake provides for x86_64-linux: nix eval mina#packages.x86_64-linux --apply __attrNames nix repl If you want to explore the entire packageset (including all of nixpkgs), enter nix re...
lib.load { src = ./.; loader = haumea.lib.loaders.path; }; in flake-parts.lib.mkFlake { inherit inputs; specialArgs = {inherit lib localInputs;}; } { imports = [ inputs.devshell.flakeModule inputs.flake-parts.flakeModules.easyOverlay inputs.flake-root.flakeModule inputs.treefmt-...
Description of changes I've only ever tested this with #286522, so we are going to wait until that is merged. Next step would be to move things not related to xserver out of the xserver setting and...