From cdad26dfda64e94d19db576e93793ded9434bd09 Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Sun, 30 Nov 2025 16:35:17 -0600 Subject: changes from a long time ago. --- flake.nix | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 462424f..f019422 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,14 @@ { 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"; + # }; + # }; disko = { url = "github:nix-community/disko"; @@ -9,14 +17,13 @@ nixos-facter-modules.url = "github:numtide/nixos-facter-modules"; - lanzaboote = { - url = "github:nix-community/lanzaboote"; + nocargo = { + url = "github:oxalica/nocargo"; inputs.nixpkgs.follows = "nixpkgs"; }; - # for server that doesn't have nixos - system-manager = { - url = "github:numtide/system-manager"; + lanzaboote = { + url = "github:nix-community/lanzaboote"; inputs.nixpkgs.follows = "nixpkgs"; }; @@ -28,7 +35,6 @@ tmux-tsunami = { url = "github:bluedragon1221/tmux-tsunami"; inputs.nixpkgs.follows = "nixpkgs"; - inputs.hjem.follows = "hjem"; }; firefox-csshacks = { -- cgit v1.3.1