mirror of
https://github.com/NotAShelf/microfetch.git
synced 2025-10-03 20:23:27 +00:00
nix: point to nixos-unstable for the nixpkgs input
Oops. Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I6a6a6964eab43b655668d65abe532ed710538670
This commit is contained in:
parent
bc03fd73a0
commit
7da5fe97cc
2 changed files with 5 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
description = "A microscopic fetch script in Rust, for NixOS systems";
|
||||
inputs.nixpkgs.url = "github:NixOS/nixpkgs";
|
||||
inputs.nixpkgs.url = "github:NixOS/nixpkgs?ref=nixos-unstable";
|
||||
|
||||
outputs = {
|
||||
self,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue