fix: lock flake to working state

This commit is contained in:
Noa Aarts 2024-09-17 19:59:20 +02:00
parent 752c9d76d5
commit 835d8db8b8
Signed by: noa
GPG key ID: 1850932741EFF672
2 changed files with 15 additions and 14 deletions

View file

@ -2,8 +2,8 @@
description = "Nixos config flake";
inputs = {
# nixpkgs.url = "github:nixos/nixpkgs/master";
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small";
# nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small";
nixpkgs.url = "github:nixos/nixpkgs/d6725bb4e318c25f5d6f909cad7ea3e7688ab238";
nix-colors = {
url = "github:itepastra/nix-colors";