diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 18 |
1 files changed, 12 insertions, 6 deletions
@@ -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 = { |
