mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-02 15:37:20 +02:00
stuff
This commit is contained in:
parent
ecdfd27743
commit
20afc28f51
5 changed files with 502 additions and 7 deletions
10
flake.nix
10
flake.nix
|
@ -73,6 +73,16 @@
|
|||
url = "github:nix-community/lanzaboote/master";
|
||||
};
|
||||
|
||||
nix-straight = {
|
||||
url = "github:codingkoi/nix-straight.el?ref=codingkoi/apply-librephoenixs-fix";
|
||||
flake = false;
|
||||
};
|
||||
nix-doom-emacs = {
|
||||
url = "github:nix-community/nix-doom-emacs";
|
||||
inputs = {
|
||||
nix-straight.follows = "nix-straight";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, ... }@inputs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue