forked from jan-leila/nix-config
added back lix
This commit is contained in:
parent
07514ed043
commit
c7766de8bb
3 changed files with 92 additions and 1 deletions
|
@ -5,6 +5,11 @@
|
|||
# base packages
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
|
||||
lix-module = {
|
||||
url = "https://git.lix.systems/lix-project/nixos-module/archive/stable.tar.gz";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
# secret encryption
|
||||
sops-nix = {
|
||||
url = "github:Mic92/sops-nix";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue