aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix23
1 files changed, 10 insertions, 13 deletions
diff --git a/flake.nix b/flake.nix
index f019422..5d644c5 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,14 +1,16 @@
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
- # determinate = {
- # # I HATE FLAKEHUB
- # url = "github:DeterminateSystems/determinate";
- # inputs = {
- # nix.url = "github:DeterminateSystems/nix-src";
- # nixpkgs.follows = "nixpkgs";
- # };
- # };
+ determinate = {
+ url = "github:DeterminateSystems/nix-src/main";
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
+
+ agenix = {
+ url = "github:ryantm/agenix";
+ inputs.nixpkgs.follows = "nixpkgs";
+ inputs.home-manager.follows = "";
+ };
disko = {
url = "github:nix-community/disko";
@@ -17,11 +19,6 @@
nixos-facter-modules.url = "github:numtide/nixos-facter-modules";
- nocargo = {
- url = "github:oxalica/nocargo";
- inputs.nixpkgs.follows = "nixpkgs";
- };
-
lanzaboote = {
url = "github:nix-community/lanzaboote";
inputs.nixpkgs.follows = "nixpkgs";