From 2abdc78ed43228717fa03f114634577797f563bc Mon Sep 17 00:00:00 2001 From: John Titor <50095635+JohnRTitor@users.noreply.github.com> Date: Wed, 6 Mar 2024 13:39:11 +0530 Subject: [PATCH] flake update --- flake.nix | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) 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 }; };