no need for nixos-unstable-small

This commit is contained in:
Artemis Tosini 2024-11-08 03:07:14 +00:00
parent 25290cee5d
commit ffc5d6e03b
Signed by: artemist
GPG key ID: EE5227935FE3FF18

View file

@ -2,7 +2,7 @@
inputs = { inputs = {
nixos-hardware.url = "github:nixos/nixos-hardware"; nixos-hardware.url = "github:nixos/nixos-hardware";
utils.url = "github:numtide/flake-utils"; utils.url = "github:numtide/flake-utils";
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small"; nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
artemist = { artemist = {
url = "git+https://git.mildlyfunctional.gay/artemist/packages.git"; url = "git+https://git.mildlyfunctional.gay/artemist/packages.git";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";