diff --git a/flake.nix b/flake.nix index 1d818d1c..cc3cf4fe 100644 --- a/flake.nix +++ b/flake.nix @@ -2,19 +2,15 @@ description = "Flake of JohnRTitor"; inputs = { - # Stable nixpkgs (23.11) - nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11"; - # Unstable nixpkgs - nixpkgs-unstable.url = "github:nixos/nixpkgs/nixpkgs-unstable"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11"; # Stable nixpkgs (23.11) + nixpkgs-unstable.url = "github:nixos/nixpkgs/nixpkgs-unstable"; # Unstable nixpkgs - # lanzaboote, used for secureboot - lanzaboote.url = "github:nix-community/lanzaboote"; + lanzaboote.url = "github:nix-community/lanzaboote"; # lanzaboote, used for secureboot # home-manager, used for managing user configuration home-manager = { url = "github:nix-community/home-manager/release-23.11"; - # follow the stable nixpkgs, to ensure compatibility - inputs.nixpkgs.follows = "nixpkgs"; + inputs.nixpkgs.follows = "nixpkgs"; # follow the stable nixpkgs, to ensure compatibility }; };