Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .envrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,4 @@ watch_file *.nix
watch_file nix/*.nix
watch_file flake.lock

export NIXPKGS_ALLOW_UNFREE=1

use flake . --impure --accept-flake-config
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "GitButler CLI (`but`) + agent skill, packaged for Nix dev shells";

inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-26.05";
flake-utils.url = "github:numtide/flake-utils";
};

Expand Down Expand Up @@ -47,7 +47,7 @@
packages = [
lib.gitbutler-cli
lib.pr-stack-footer
pkgs.nixfmt-rfc-style
pkgs.nixfmt
];
};
}
Expand All @@ -62,6 +62,5 @@
"devenv.cachix.org-1:w1cLUi8dv3hnoSPGAuibQv+f9TZLr6cv/Hm9XgU50cw="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
allow-unfree = true;
};
}