@@ -39,10 +39,6 @@
|
||||
url = "github:jnsahaj/lumen";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
nono = {
|
||||
url = "github:lukehinds/nono";
|
||||
flake = false;
|
||||
};
|
||||
overseer = {
|
||||
url = "github:dmmulroy/overseer";
|
||||
flake = false;
|
||||
|
||||
@@ -33,7 +33,6 @@
|
||||
../../profiles/lazygit.nix
|
||||
../../profiles/lumen.nix
|
||||
../../profiles/mise.nix
|
||||
../../profiles/nono.nix
|
||||
../../profiles/neovim
|
||||
../../profiles/opencode.nix
|
||||
../../profiles/claude-code.nix
|
||||
|
||||
@@ -32,7 +32,6 @@
|
||||
../../profiles/lazygit.nix
|
||||
../../profiles/lumen.nix
|
||||
../../profiles/mise.nix
|
||||
../../profiles/nono.nix
|
||||
../../profiles/neovim
|
||||
../../profiles/opencode.nix
|
||||
../../profiles/claude-code.nix
|
||||
|
||||
@@ -33,7 +33,6 @@
|
||||
../../profiles/lazygit.nix
|
||||
../../profiles/lumen.nix
|
||||
../../profiles/mise.nix
|
||||
../../profiles/nono.nix
|
||||
../../profiles/neovim
|
||||
../../profiles/opencode.nix
|
||||
../../profiles/overseer.nix
|
||||
|
||||
@@ -1,19 +0,0 @@
|
||||
{inputs}: final: prev: let
|
||||
manifest = (prev.lib.importTOML "${inputs.nono}/Cargo.toml").package;
|
||||
in {
|
||||
nono =
|
||||
prev.rustPlatform.buildRustPackage {
|
||||
pname = manifest.name;
|
||||
version = manifest.version;
|
||||
|
||||
cargoLock.lockFile = "${inputs.nono}/Cargo.lock";
|
||||
|
||||
src = inputs.nono;
|
||||
|
||||
nativeBuildInputs = with prev; [pkg-config];
|
||||
buildInputs = with prev; [openssl dbus];
|
||||
OPENSSL_NO_VENDOR = 1;
|
||||
|
||||
doCheck = false;
|
||||
};
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
nono
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user