256 current 1970-01-01 01:00:00 23.11.20240320.f091af0 6.1.82 *

This commit is contained in:
2024-03-21 14:33:45 +01:00
parent a5511710a3
commit 3a75c8c938
3 changed files with 30 additions and 18 deletions

View File

@ -2,10 +2,10 @@
description = "Nixos config flake";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11";
home-manager = {
url = "github:nix-community/home-manager";
url = "github:nix-community/home-manager/release-23.11";
inputs.nixpkgs.follows = "nixpkgs";
};