mirror of
https://codeberg.org/muon/home.git
synced 2026-03-08 03:25:16 +00:00
Add jami
Nix update
This commit is contained in:
parent
9b6d4728fc
commit
ff44539421
3 changed files with 21 additions and 21 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue