feat: add input for stable nixpkgs

This commit is contained in:
tux
2024-11-29 13:03:27 +05:30
parent 2eafcfe8a2
commit 12e59eedd7
5 changed files with 53 additions and 15 deletions

View File

@ -3,6 +3,7 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs-stable.url = "github:nixos/nixpkgs/release-24.05";
nixos-wsl = {
url = "github:nix-community/nixos-wsl";
inputs.nixpkgs.follows = "nixpkgs";