Compare commits

...

3 Commits

Author SHA1 Message Date
6d987978c0 no gitignore 2026-01-11 10:07:03 -06:00
d12352b6b8 default.nix 2026-01-11 10:07:03 -06:00
7e4fd4b972 use 25.11 2026-01-07 13:53:30 -06:00
3 changed files with 2 additions and 3 deletions

1
.gitignore vendored
View File

@@ -1 +0,0 @@
/flake.lock

View File

@@ -4,10 +4,10 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05";
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";
home-manager = {
url = "github:nix-community/home-manager/release-25.05";
url = "github:nix-community/home-manager/release-25.11";
inputs.nixpkgs.follows = "nixpkgs";
};