fix(flake): don't use flake refs

They are impure and renovate struggles with them
This commit is contained in:
Jalil David Salamé Messina 2024-12-28 12:32:24 +01:00
parent 1032b19759
commit 827d73e730
Signed by: jalil
GPG key ID: F016B9E770737A0B
2 changed files with 14 additions and 12 deletions

View file

@ -5,8 +5,8 @@
# Flake inputs
inputs = {
nixpkgs.url = "nixpkgs/nixos-24.11";
unstable.url = "nixpkgs/nixos-unstable";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
# Lix
lix-module = {
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.91.1-1.tar.gz";