mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-19 21:49:52 -07:00
fix: use safe nixpkgs revision
This commit is contained in:
parent
a3e5570c52
commit
b931893cdf
2 changed files with 5 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
description = "System configuration flake.";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
nixpkgs.url = "github:nixos/nixpkgs/b74a56e2acce8fe88a575287a20ac196d8d01938";
|
||||
# stablepkgs.url = "github:nixos/nixpkgs/nixos-24.05";
|
||||
# bleedingpkgs.url = "github:nixos/nixpkgs/master";
|
||||
# nixpkgs-unstable-small.url = "github:nixos/nixpkgs/nixos-unstable-small";
|
||||
|
@ -66,7 +66,6 @@
|
|||
|
||||
viminal = {
|
||||
url = "git+https://code.youwen.dev/youwen5/viminal2";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
vesktop-bin = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue