Skip to content

Commit

Permalink
feat: unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
lizelive committed Oct 17, 2023
1 parent cf66956 commit e036334
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
analyze:
name: update
runs-on: 'ubuntu-latest'
env:
NIX_CONFIG: "experimental-features = nix-command flakes"
# container: nixos/nix
# nix --extra-experimental-features nix-command --extra-experimental-features flakes flake check
permissions:
Expand Down
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.05";
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
# sops-nix.url = "github:Mic92/sops-nix";
# sops-nix.inputs.nixpkgs.follows = "nixpkgs";
# disko.url = "github:nix-community/disko";
Expand Down

0 comments on commit e036334

Please sign in to comment.