1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 14:50:40 +02:00

chore: update flake

This commit is contained in:
oddlama 2025-03-15 12:44:18 +01:00
parent 74ef27adcf
commit 605b6279ca
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
8 changed files with 267 additions and 1057 deletions

View file

@ -82,7 +82,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small";
nixvim = {
url = "github:nix-community/nixvim";