Nix update
This commit is contained in:
muon 2026-01-25 10:33:30 +00:00
parent 9b6d4728fc
commit ff44539421
3 changed files with 21 additions and 21 deletions

View file

@ -1,7 +1,6 @@
{ pkgs ? import <nixpkgs> { }, ... }: {
{pkgs ? import <nixpkgs> {}, ...}: {
default = pkgs.mkShell {
NIX_CONFIG =
"extra-experimental-features = nix-command flakes ca-derivations";
NIX_CONFIG = "extra-experimental-features = nix-command flakes ca-derivations";
nativeBuildInputs = with pkgs; [
nix
git