feat: move to stable

This commit is contained in:
zack 2024-09-12 19:29:12 -04:00
parent 31d2590613
commit 1a5c9794aa
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35
11 changed files with 81 additions and 44 deletions

View file

@ -11,10 +11,11 @@
};
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small";
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixpkgs-unstable";
home-manager = {
url = "github:nix-community/home-manager";
url = "github:nix-community/home-manager/release-24.05";
inputs.nixpkgs.follows = "nixpkgs";
};
@ -71,7 +72,7 @@
neovim-nightly-overlay = {
url = "github:nix-community/neovim-nightly-overlay";
# inputs.nixpkgs.follows = "nixpkgs";
# inputs.nixpkgs.follows = "nixpkgs";
};
rio-term = {
@ -96,12 +97,16 @@
};
};
outputs = inputs:
outputs = inputs @ {
self,
nixpkgs-unstable,
...
}:
inputs.snowfall-lib.mkFlake {
inherit inputs;
src = ./.;
overlays = [inputs.neovim-nightly-overlay.overlays.default inputs.nixpkgs-wayland.overlay];
overlays = [inputs.nixpkgs-wayland.overlay];
snowfall = {
namespace = "custom";