flake: use nixos-*-small by default
This commit is contained in:
parent
116468e4af
commit
3c7d611197
4 changed files with 30 additions and 7 deletions
|
@ -2,7 +2,8 @@
|
|||
description = "dadada's nix flake";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05-small";
|
||||
nixpkgs-full.url = "github:NixOS/nixpkgs/nixos-24.05";
|
||||
flake-utils = {
|
||||
url = "github:numtide/flake-utils";
|
||||
inputs.systems.follows = "systems";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue