Compare commits
2 commits
c1bf23dae9
...
7fd3ac7b9a
| Author | SHA1 | Date | |
|---|---|---|---|
| 7fd3ac7b9a | |||
| 0fb6afde77 |
4 changed files with 0 additions and 33 deletions
20
flake.nix
20
flake.nix
|
|
@ -58,16 +58,6 @@
|
|||
repo = "nixos-cosmic";
|
||||
};
|
||||
|
||||
ghostty = {
|
||||
type = "github";
|
||||
owner = "ghostty-org";
|
||||
repo = "ghostty";
|
||||
inputs = {
|
||||
nixpkgs-unstable.follows = "nixpkgs";
|
||||
flake-utils.follows = "flake-utils";
|
||||
};
|
||||
};
|
||||
|
||||
nixos-hardware = {
|
||||
type = "github";
|
||||
owner = "NixOS";
|
||||
|
|
@ -150,16 +140,6 @@
|
|||
utils.follows = "flake-utils";
|
||||
};
|
||||
};
|
||||
|
||||
jj = {
|
||||
type = "github";
|
||||
owner = "jj-vcs";
|
||||
repo = "jj";
|
||||
inputs = {
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
flake-utils.follows = "flake-utils";
|
||||
};
|
||||
};
|
||||
};
|
||||
outputs = {
|
||||
self,
|
||||
|
|
|
|||
|
|
@ -3,10 +3,8 @@
|
|||
in
|
||||
[
|
||||
./niri.nix
|
||||
./ghostty.nix
|
||||
./juicity.nix
|
||||
./dae.nix
|
||||
./jujutsu.nix
|
||||
./spotifyx.nix
|
||||
./radicle-explorer.nix
|
||||
]
|
||||
|
|
|
|||
|
|
@ -1,6 +0,0 @@
|
|||
{inputs, ...}: final: prev: let
|
||||
inherit (final) stdenv;
|
||||
inherit (stdenv.hostPlatform) system;
|
||||
in {
|
||||
ghostty = inputs.ghostty.packages."${system}".default;
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{inputs, ...}: final: prev: let
|
||||
inherit (final.stdenv.hostPlatform) system;
|
||||
in {
|
||||
jujutsu = inputs.jj.packages."${system}".jujutsu.overrideAttrs {doCheck = false;};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue