feat: switch to camasca
This commit is contained in:
parent
ffd73d8e6a
commit
bf806a2e63
12 changed files with 46 additions and 279 deletions
17
flake.nix
17
flake.nix
|
@ -12,7 +12,6 @@
|
|||
|
||||
imports = [
|
||||
./systems
|
||||
./exprs
|
||||
];
|
||||
|
||||
perSystem = {
|
||||
|
@ -22,12 +21,10 @@
|
|||
}: {
|
||||
apps = (nixinate.nixinate.${system} self).nixinate;
|
||||
|
||||
devShells.default = pkgs.mkShellNoCC {
|
||||
packages = with pkgs; [
|
||||
just
|
||||
statix
|
||||
];
|
||||
};
|
||||
devShells.default = with pkgs;
|
||||
mkShellNoCC {
|
||||
packages = [just statix];
|
||||
};
|
||||
|
||||
formatter = pkgs.alejandra;
|
||||
};
|
||||
|
@ -36,6 +33,12 @@
|
|||
inputs = {
|
||||
nixpkgs.url = "nixpkgs/nixos-unstable";
|
||||
|
||||
camasca = {
|
||||
url = "github:uku3lig/camasca";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.flake-parts.follows = "flake-parts";
|
||||
};
|
||||
|
||||
agenix = {
|
||||
url = "github:uku3lig/agenix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue