Skip to content

Commit

Permalink
flake update
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRTitor committed Mar 6, 2024
1 parent 5b40b57 commit 2abdc78
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
};
};

Expand Down

0 comments on commit 2abdc78

Please sign in to comment.