[WIP] Things

This commit is contained in:
Andrea Ciceri 2023-07-19 19:06:53 +02:00
parent 47dfe6ddb4
commit 07fe428594
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
4 changed files with 106 additions and 154 deletions

View file

@ -6,12 +6,11 @@
emacs-overlay.url = "github:nix-community/emacs-overlay";
nixpkgs.follows = "emacs-overlay/nixpkgs";
};
outputs = inputs @ {
flake-parts,
nixpkgs,
...
}:
} :
flake-parts.lib.mkFlake {inherit inputs;} {
systems = ["x86_64-linux"];
imports = [
@ -22,7 +21,6 @@
./hydra
];
};
nixConfig = {
extra-substituters = [
"https://aciceri-emacs.cachix.org"
@ -34,3 +32,6 @@
];
};
}