[WIP] Things
This commit is contained in:
parent
47dfe6ddb4
commit
07fe428594
4 changed files with 106 additions and 154 deletions
|
@ -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 @@
|
|||
];
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
Reference in a new issue