NixOS 24.11 builds
This commit is contained in:
parent
2951e81a77
commit
b9bd255a55
11 changed files with 271 additions and 166 deletions
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, lib, config, unixpkgs, ... }:
|
||||
{ pkgs, lib, config, ... }:
|
||||
let
|
||||
cfg = config.programs.git;
|
||||
in
|
||||
|
@ -82,9 +82,6 @@ in
|
|||
};
|
||||
jujutsu = {
|
||||
enable = true;
|
||||
package = (import unixpkgs {
|
||||
inherit (pkgs) system;
|
||||
}).jujutsu;
|
||||
# Current version doesn't have the "none" signing backend
|
||||
settings = {
|
||||
git = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue