deal with update breakage

This commit is contained in:
Artemis Tosini 2024-12-05 03:16:22 +00:00
parent dcddc4092a
commit e84ae57f66
Signed by: artemist
GPG key ID: EE5227935FE3FF18
6 changed files with 16 additions and 21 deletions

View file

@ -22,33 +22,21 @@
}, },
"crane": { "crane": {
"inputs": { "inputs": {
"flake-compat": [
"lanzaboote",
"flake-compat"
],
"flake-utils": [
"lanzaboote",
"flake-utils"
],
"nixpkgs": [ "nixpkgs": [
"lanzaboote",
"nixpkgs" "nixpkgs"
],
"rust-overlay": [
"lanzaboote",
"rust-overlay"
] ]
}, },
"locked": { "locked": {
"lastModified": 1681177078, "lastModified": 1724367763,
"narHash": "sha256-ZNIjBDou2GOabcpctiQykEQVkI8BDwk7TyvlWlI4myE=", "narHash": "sha256-LkXQbqWYSEeKeVDWHt702HluW/89bBpYsA6d7FD0gk8=",
"owner": "ipetkov", "owner": "ipetkov",
"repo": "crane", "repo": "crane",
"rev": "0c9f468ff00576577d83f5019a66c557ede5acf6", "rev": "3f502002862cdf91debcc49068fc563f00bc894e",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "ipetkov", "owner": "ipetkov",
"ref": "v0.18.1",
"repo": "crane", "repo": "crane",
"type": "github" "type": "github"
} }
@ -346,7 +334,9 @@
}, },
"lanzaboote": { "lanzaboote": {
"inputs": { "inputs": {
"crane": "crane", "crane": [
"crane"
],
"flake-compat": "flake-compat", "flake-compat": "flake-compat",
"flake-parts": "flake-parts", "flake-parts": "flake-parts",
"flake-utils": [ "flake-utils": [
@ -584,6 +574,7 @@
"root": { "root": {
"inputs": { "inputs": {
"artemist": "artemist", "artemist": "artemist",
"crane": "crane",
"darwin": "darwin", "darwin": "darwin",
"fonts": "fonts", "fonts": "fonts",
"home-manager": "home-manager", "home-manager": "home-manager",

View file

@ -7,6 +7,10 @@
url = "git+https://git.mildlyfunctional.gay/artemist/packages.git"; url = "git+https://git.mildlyfunctional.gay/artemist/packages.git";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
crane = {
url = "github:ipetkov/crane/v0.18.1";
inputs.nixpkgs.follows = "nixpkgs";
};
darwin = { darwin = {
url = "github:lnl7/nix-darwin"; url = "github:lnl7/nix-darwin";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
@ -24,6 +28,7 @@
url = "github:nix-community/lanzaboote/v0.3.0"; url = "github:nix-community/lanzaboote/v0.3.0";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "utils"; inputs.flake-utils.follows = "utils";
inputs.crane.follows = "crane";
}; };
lix = { lix = {
url = "https://git.lix.systems/lix-project/lix/archive/2.91.1.tar.gz"; url = "https://git.lix.systems/lix-project/lix/archive/2.91.1.tar.gz";

View file

@ -111,7 +111,7 @@
nasin-nanpa nasin-nanpa
# Weird symbols # Weird symbols
(nerdfonts.override { fonts = [ "NerdFontsSymbolsOnly" ]; }) nerd-fonts.symbols-only
] ]
++ (builtins.attrValues pkgs.extraFonts); ++ (builtins.attrValues pkgs.extraFonts);
}; };

View file

@ -10,10 +10,10 @@
}; };
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
apktool apktool
binwalk
imhex imhex
llvm llvm
nmap nmap
python3Packages.binwalk-full
ghidra ghidra

View file

@ -19,7 +19,6 @@
../../sets/workstation.nix ../../sets/workstation.nix
inputs.nixos-hardware.nixosModules.common-cpu-intel inputs.nixos-hardware.nixosModules.common-cpu-intel
inputs.nixos-hardware.nixosModules.common-pc-laptop inputs.nixos-hardware.nixosModules.common-pc-laptop
inputs.nixos-hardware.nixosModules.common-pc-laptop-acpi_call
inputs.nixos-hardware.nixosModules.common-pc-ssd inputs.nixos-hardware.nixosModules.common-pc-ssd
]; ];

View file

@ -6,7 +6,7 @@
package = pkgs.postgresql_16; package = pkgs.postgresql_16;
enableJIT = true; enableJIT = true;
extraPlugins = with config.services.postgresql.package.pkgs; [ postgis ]; extensions = with config.services.postgresql.package.pkgs; [ postgis ];
ensureUsers = [ ensureUsers = [
{ {